#include <MeshHierarchy.h>
Static Public Member Functions | |
static char * | DuplicateCharString (const char *c_str) |
makes a new character string from the passed one | |
static WCHAR * | CreateWideStringFromCharString (const char *c_str) |
takes a char string and creates a wide string from it | |
static bool | FillWideStringFromCharString (const char *c_str, WCHAR *wideString, size_t wideStringLen) |
takes a char string and creates a wide string from it |
char * CUtilities::DuplicateCharString | ( | const char * | c_str | ) | [static] |
makes a new character string from the passed one
c_str | - the null terminated char string |
WCHAR * CUtilities::CreateWideStringFromCharString | ( | const char * | c_str | ) | [static] |
takes a char string and creates a wide string from it
c_str | - the null terminated char string |
bool CUtilities::FillWideStringFromCharString | ( | const char * | c_str, | |
WCHAR * | wideString, | |||
size_t | wideStringLen | |||
) | [static] |
takes a char string and creates a wide string from it
c_str | - the null terminated char string | |
wideString | - the wide string to write to | |
wideStringLen | - the length of the wide string |