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 \fBost::cistring_char_traits\fP< charT >::compare (const char *s1, const char *s2, size_tn)\fC [inline]\fP, \fC [static]\fP

References strnicmp.

template<class charT > static bool \fBost::cistring_char_traits\fP< charT >::eq (charc1, charc2)\fC [inline]\fP, \fC [static]\fP

template<class charT > static bool \fBost::cistring_char_traits\fP< charT >::lt (charc1, charc2)\fC [inline]\fP, \fC [static]\fP

template<class charT > static bool \fBost::cistring_char_traits\fP< charT >::ne (charc1, charc2)\fC [inline]\fP, \fC [static]\fP

Author

Generated automatically by Doxygen for GNU CommonC++ from the source code.