Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
olestring.h File Reference

Go to the source code of this file.

Classes

class  OLEString
 

Functions

template<typename text>
void StripSpaces (text *string)
 
template<typename text>
void ConvertMetaChars (text *string)
 
template<typename text>
void StripSpacesFromMetaString (text *string)
 
template<typename text>
int SameFormat (text *string1, text *string2)
 
template<typename text>
void EncodeFormat (text *string)
 
template<typename text>
void DecodeFormat (text *string)
 
template<typename text>
int IsFormatTypeChar (text string1)
 

Variables

const unsigned int OLESTRING_DEFAULT_SIZE = 256
 

Function Documentation

◆ ConvertMetaChars()

template<typename text>
void ConvertMetaChars ( text * string)

Definition at line 314 of file olestring.cpp.

◆ DecodeFormat()

template<typename text>
void DecodeFormat ( text * string)

Definition at line 420 of file olestring.cpp.

◆ EncodeFormat()

template<typename text>
void EncodeFormat ( text * string)

Definition at line 415 of file olestring.cpp.

◆ IsFormatTypeChar()

template<typename text>
int IsFormatTypeChar ( text string1)

Definition at line 47 of file olestring.cpp.

◆ SameFormat()

template<typename text>
int SameFormat ( text * string1,
text * string2 )

Definition at line 348 of file olestring.cpp.

◆ StripSpaces()

template<typename text>
void StripSpaces ( text * string)

Definition at line 213 of file olestring.cpp.

◆ StripSpacesFromMetaString()

template<typename text>
void StripSpacesFromMetaString ( text * string)

Definition at line 256 of file olestring.cpp.

Variable Documentation

◆ OLESTRING_DEFAULT_SIZE

const unsigned int OLESTRING_DEFAULT_SIZE = 256

Definition at line 26 of file olestring.h.