|
Sierra Toolkit
Version of the Day
|
#include <String.hpp>
Static Public Member Functions | |
| static size_t | length (const char *c1) |
| static void | convert (char *c, size_t n) |
| static int | compare (const char *c1, const char *c2) |
All upper case, spaces and control characters converted to '_'. Does not support eof, stream types, or state types.
Definition at line 381 of file String.hpp.
| size_t sierra::char_label_traits::length | ( | const char * | c1 | ) | [static] |
Length of null-terminated string
Definition at line 64 of file String.cpp.
| void sierra::char_label_traits::convert | ( | char * | c, |
| size_t | n | ||
| ) | [static] |
Convert 'n' characters
Definition at line 71 of file String.cpp.
| int sierra::char_label_traits::compare | ( | const char * | c1, |
| const char * | c2 | ||
| ) | [static] |
Compare null-terminated strings as per conversion
Definition at line 77 of file String.cpp.