Static Public Member Functions | |
| static char * | get_str (char *buffer) |
| static const char * | get_str (const char *buffer) |
| static UINT32 | get_length (const char *buffer) |
| static UINT32 | get_buffer_length (UINT32 length) |
| static void | copy (const char *str, UINT32 length, char *buffer) |
Definition at line 107 of file strtab.cxx.
| static void NULL_TERMINATED_STRING::copy | ( | const char * | str, | |
| UINT32 | length, | |||
| char * | buffer | |||
| ) | [inline, static] |
Definition at line 125 of file strtab.cxx.
Definition at line 121 of file strtab.cxx.
| static UINT32 NULL_TERMINATED_STRING::get_length | ( | const char * | buffer | ) | [inline, static] |
Definition at line 117 of file strtab.cxx.
| static char* NULL_TERMINATED_STRING::get_str | ( | char * | buffer | ) | [inline, static] |
Definition at line 109 of file strtab.cxx.
Referenced by Index_To_Str().
| static const char* NULL_TERMINATED_STRING::get_str | ( | const char * | buffer | ) | [inline, static] |
Definition at line 113 of file strtab.cxx.
1.7.1