Go to the source code of this file.
Namespaces | |
| namespace | Pentagram |
Classes | |
| struct | Pentagram::ichar_traits |
| STL char_traits for case insensitive comparisons. More... | |
| class | Pentagram::pent_string< _Elem, _Traits, _Ax > |
Typedefs | |
| typedef pent_string< char > | Pentagram::istring |
| typedef std::string | Pentagram::istring |
Functions | |
| int | Pentagram::strcasecmp (const char *s1, const char *s2) |
| int | Pentagram::strncasecmp (const char *s1, const char *s2, uint32 length) |
| pent_string< char > | Pentagram::operator+ (const pent_string< char > &_Left, const pent_string< char > &_Right) |
| pent_string< char > | Pentagram::operator+ (const pent_string< char > &_Left, const std::basic_string< char > &_Right) |
| pent_string< char > | Pentagram::operator+ (const std::basic_string< char > &_Left, const pent_string< char > &_Right) |
| pent_string< char > | Pentagram::operator+ (const char *_Left, const pent_string< char > &_Right) |
| pent_string< char > | Pentagram::operator+ (const char _Left, const pent_string< char > &_Right) |
| pent_string< char > | Pentagram::operator+ (const pent_string< char > &_Left, const char *_Right) |
| pent_string< char > | Pentagram::operator+ (const pent_string< char > &_Left, const char _Right) |
| bool | Pentagram::operator== (const pent_string< char > &_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator== (const pent_string< char > &_Left, const std::basic_string< char > &_Right) |
| bool | Pentagram::operator== (const std::basic_string< char > &_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator== (const char *_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator== (const pent_string< char > &_Left, const char *_Right) |
| bool | Pentagram::operator!= (const pent_string< char > &_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator!= (const pent_string< char > &_Left, const std::basic_string< char > &_Right) |
| bool | Pentagram::operator!= (const std::basic_string< char > &_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator!= (const char *_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator!= (const pent_string< char > &_Left, const char *_Right) |
| bool | Pentagram::operator< (const pent_string< char > &_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator< (const pent_string< char > &_Left, const std::basic_string< char > &_Right) |
| bool | Pentagram::operator< (const std::basic_string< char > &_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator< (const char *_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator< (const pent_string< char > &_Left, const char *_Right) |
| bool | Pentagram::operator> (const pent_string< char > &_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator> (const pent_string< char > &_Left, const std::basic_string< char > &_Right) |
| bool | Pentagram::operator> (const std::basic_string< char > &_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator> (const char *_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator> (const pent_string< char > &_Left, const char *_Right) |
| bool | Pentagram::operator<= (const pent_string< char > &_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator<= (const pent_string< char > &_Left, const std::basic_string< char > &_Right) |
| bool | Pentagram::operator<= (const std::basic_string< char > &_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator<= (const char *_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator<= (const pent_string< char > &_Left, const char *_Right) |
| bool | Pentagram::operator>= (const pent_string< char > &_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator>= (const pent_string< char > &_Left, const std::basic_string< char > &_Right) |
| bool | Pentagram::operator>= (const std::basic_string< char > &_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator>= (const char *_Left, const pent_string< char > &_Right) |
| bool | Pentagram::operator>= (const pent_string< char > &_Left, const char *_Right) |
1.4.7