inlib  1.2.0
Classes | Namespaces | Defines | Typedefs | Functions
/Users/barrand/private/dev/softinex/old/inexlib-1.2/inlib/inlib/sort File Reference
#include "cstr"
#include <vector>
#include <string>
Include dependency graph for sort:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  inlib::sort::item< T >

Namespaces

namespace  inlib
 

manipulations that induces other includes : ///////////


namespace  inlib::sort

Defines

#define inlib_sort

Typedefs

typedef int(* inlib_sort_func_t )(const void *, const void *)

Functions

int inlib::sort::strlen_greater (char **a1, char **a2)
int inlib::sort::strlen_lesser (char **a1, char **a2)
void inlib::sort::strlen (std::vector< std::string > &a_text, bool a_increasing=true)
template<class T >
void inlib::sort::sort (std::vector< T > &a_vec, bool a_increasing=true)

Define Documentation

#define inlib_sort

Definition at line 5 of file sort.


Typedef Documentation

typedef int(* inlib_sort_func_t)(const void *, const void *)

Definition at line 17 of file sort.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines