Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
alphanum.h File Reference
#include <hugin_shared.h>
#include <string>
Include dependency graph for alphanum.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  doj::alphanum_less
 Functor class to compare two objects with the "Alphanum Algorithm". More...
 

Namespaces

 doj
 

Functions

int doj::alphanum_comp (const std::string &l, const std::string &r)
 Compare l and r with the same semantics as strcmp(), but with the "Alphanum Algorithm" which produces more human-friendly results. More...
 
int doj::alphanum_comp (const char *l, const char *r)