neoGFX
Cross-platform C++ app/game engine
|
#include <string_ci.hpp>
Public Types | |
typedef Traits::char_type | char_type |
typedef Traits::int_type | int_type |
Static Public Member Functions | |
static int | compare (const char_type *s1, const char_type *s2, std::size_t n) |
static const char_type * | find (const char_type *str, std::size_t n, const char_type &c) |
static bool | eq (const char_type &c1, const char_type &c2) |
static bool | lt (const char_type &c1, const char_type &c2) |
static int_type | lower (char_type c) |
Definition at line 45 of file string_ci.hpp.
typedef Traits::char_type neolib::ci_char_traits< Traits >::char_type |
Definition at line 48 of file string_ci.hpp.
typedef Traits::int_type neolib::ci_char_traits< Traits >::int_type |
Definition at line 49 of file string_ci.hpp.
|
inlinestatic |
Definition at line 51 of file string_ci.hpp.
|
inlinestatic |
Definition at line 75 of file string_ci.hpp.
|
inlinestatic |
Definition at line 64 of file string_ci.hpp.
|
inlinestatic |
Definition at line 83 of file string_ci.hpp.
|
inlinestatic |
Definition at line 79 of file string_ci.hpp.