fs::ut::str Namespace Reference


Detailed Description

String utilities.


Classes

class  StrHldr_t
 String holder. More...
class  WStrHldr_t
 Wide-character string holder. More...
class  Toknzr_t
 String tokenizer. More...
class  CmdLn_t
 Command line parser. More...

Functions

char * Int2Str (int nVal, char *pszStr)
 Converts an int value to a string.
void WStr2Str (const wchar_t *pwszWStr, char *pszStr)
 Converts a wide-character string to a single-byte-character string.
void Str2WStr (const char *pszStr, wchar_t *pwszWStr)
 Converts a single-byte-character string to a wide-character string.


Function Documentation

char * fs::ut::str::Int2Str ( int  nVal,
char *  pszStr 
)

Converts an int value to a string.

Definition at line 67 of file fsStrUt.cpp.

References FS_ASSERT.

void fs::ut::str::WStr2Str ( const wchar_t *  pwszWStr,
char *  pszStr 
)

Converts a wide-character string to a single-byte-character string.

Definition at line 78 of file fsStrUt.cpp.

References FS_VERIFY_RETURN.

void fs::ut::str::Str2WStr ( const char *  pszStr,
wchar_t *  pwszWStr 
)

Converts a single-byte-character string to a wide-character string.

Definition at line 86 of file fsStrUt.cpp.

References FS_VERIFY_RETURN.


FipS' Code (Thu Feb 15 22:43:56 2007) - (c) Filip STOKLAS (FipS) - [ www ] [ Guest Book ]