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.
|
static |
Length of null-terminated string
Definition at line 64 of file String.cpp.
|
static |
Convert 'n' characters
Definition at line 71 of file String.cpp.
|
static |
Compare null-terminated strings as per conversion
Definition at line 77 of file String.cpp.