Pyrogenesis  trunk
Macros | Enumerations
CStr.h File Reference
#include "UniDoubler.h"
#include "ps/CStrForward.h"
#include <string>
Include dependency graph for CStr.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 }
 Description : Contains CStr class which is a versatile class for making string use easy. More...
 

Macro Definition Documentation

◆ UNIDOUBLER_HEADER

#define UNIDOUBLER_HEADER   "CStr.h"

Enumeration Type Documentation

◆ PS_TRIM_MODE

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