Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
alphanum.cpp File Reference
#include <hugin_utils/alphanum.h>
#include <stdlib.h>
Include dependency graph for alphanum.cpp:

Go to the source code of this file.

Namespaces

 doj
 

Functions

int doj::alphanum_impl (const char *l, const char *r)
 
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)