Static Public Member Functions

NULL_TERMINATED_STRING Struct Reference

List of all members.

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)

Detailed Description

Definition at line 107 of file strtab.cxx.


Member Function Documentation

static void NULL_TERMINATED_STRING::copy ( const char *  str,
UINT32  length,
char *  buffer 
) [inline, static]

Definition at line 125 of file strtab.cxx.

static UINT32 NULL_TERMINATED_STRING::get_buffer_length ( UINT32  length  )  [inline, static]

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.


The documentation for this struct was generated from the following file: