Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Enumerations
CStr.h File Reference
#include "UniDoubler.h"
#include <string>
#include "ps/utf16string.h"

Go to the source code of this file.

Macros

#define UNIDOUBLER_HEADER   "CStr.h"
 

Enumerations

enum  PS_TRIM_MODE { PS_TRIM_LEFT, PS_TRIM_RIGHT, PS_TRIM_BOTH }
 File : CStr.h Project : engine Description : Contains CStr class which is a versatile class for making string use easy. More...
 

Macro Definition Documentation

#define UNIDOUBLER_HEADER   "CStr.h"

Definition at line 39 of file CStr.h.

Enumeration Type Documentation

File : CStr.h Project : engine Description : Contains CStr class which is a versatile class for making string use easy.

       : The class implements a series of string manipulation/formatting functions.

Whitespace trim identifier for Trim and Pad functions

Enumerator
PS_TRIM_LEFT 
PS_TRIM_RIGHT 

Trim all white space from the beginning of the string.

PS_TRIM_BOTH 

Trim all white space from the end of the string.

Trim all white space from the beginning and end of the string

Definition at line 31 of file CStr.h.