Provided by: libcommoncpp2-doc_1.8.1-6ubuntu1_all 

NAME
ost::cistring_char_traits< charT > -
SYNOPSIS
#include <oststring.h>
Inherits string_char_traits< charT >.
Static Public Member Functions
static bool eq (char c1, char c2)
static bool ne (char c1, char c2)
static bool lt (char c1, char c2)
static int compare (const char *s1, const char *s2, size_t n)
Member Function Documentation
template<class charT > static int ost::cistring_char_traits< charT >::compare (const char *s1, const char
*s2, size_tn) [inline], [static]
References strnicmp.
template<class charT > static bool ost::cistring_char_traits< charT >::eq (charc1, charc2) [inline],
[static]
template<class charT > static bool ost::cistring_char_traits< charT >::lt (charc1, charc2) [inline],
[static]
template<class charT > static bool ost::cistring_char_traits< charT >::ne (charc1, charc2) [inline],
[static]
Author
Generated automatically by Doxygen for GNU CommonC++ from the source code.
GNU CommonC++ Sun Jan 5 2014 ost::cistring_char_traits< charT >(3)