Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
olestring.cpp File Reference
#include "stdAfx.h"
#include <assert.h>
#include "olestring.h"

Go to the source code of this file.

Functions

template void StripSpaces< OLECHAR > (OLECHAR *string)
 
template void StripSpaces< char > (char *string)
 
template void StripSpacesFromMetaString< OLECHAR > (OLECHAR *string)
 
template void StripSpacesFromMetaString< char > (char *string)
 
template void ConvertMetaChars< OLECHAR > (OLECHAR *string)
 
template void ConvertMetaChars< char > (char *string)
 
template int SameFormat< char > (char *string1, char *string2)
 
template int SameFormat< OLECHAR > (OLECHAR *string1, OLECHAR *string2)
 
template void EncodeFormat< char > (char *string)
 
template void EncodeFormat< OLECHAR > (OLECHAR *string)
 
template void DecodeFormat< char > (char *string1)
 
template void DecodeFormat< OLECHAR > (OLECHAR *string)
 
template int IsFormatTypeChar< char > (char string1)
 
template int IsFormatTypeChar< OLECHAR > (OLECHAR string)
 
template<typename text>
int IsFormatTypeChar (text ch)
 
template<typename text>
void StripSpaces (text *string)
 
template<typename text>
void StripSpacesFromMetaString (text *string)
 
template<typename text>
void ConvertMetaChars (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)
 

Function Documentation

◆ ConvertMetaChars()

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

Definition at line 314 of file olestring.cpp.

◆ ConvertMetaChars< char >()

template void ConvertMetaChars< char > ( char * string)

◆ ConvertMetaChars< OLECHAR >()

template void ConvertMetaChars< OLECHAR > ( OLECHAR * string)

◆ DecodeFormat()

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

Definition at line 420 of file olestring.cpp.

◆ DecodeFormat< char >()

template void DecodeFormat< char > ( char * string1)

◆ DecodeFormat< OLECHAR >()

template void DecodeFormat< OLECHAR > ( OLECHAR * string)

◆ EncodeFormat()

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

Definition at line 415 of file olestring.cpp.

◆ EncodeFormat< char >()

template void EncodeFormat< char > ( char * string)

◆ EncodeFormat< OLECHAR >()

template void EncodeFormat< OLECHAR > ( OLECHAR * string)

◆ IsFormatTypeChar()

template<typename text>
int IsFormatTypeChar ( text ch)

Definition at line 47 of file olestring.cpp.

◆ IsFormatTypeChar< char >()

template int IsFormatTypeChar< char > ( char string1)

◆ IsFormatTypeChar< OLECHAR >()

template int IsFormatTypeChar< OLECHAR > ( OLECHAR string)

◆ SameFormat()

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

Definition at line 348 of file olestring.cpp.

◆ SameFormat< char >()

template int SameFormat< char > ( char * string1,
char * string2 )

◆ SameFormat< OLECHAR >()

template int SameFormat< OLECHAR > ( OLECHAR * string1,
OLECHAR * string2 )

◆ StripSpaces()

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

Definition at line 213 of file olestring.cpp.

◆ StripSpaces< char >()

template void StripSpaces< char > ( char * string)

◆ StripSpaces< OLECHAR >()

template void StripSpaces< OLECHAR > ( OLECHAR * string)

◆ StripSpacesFromMetaString()

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

Definition at line 256 of file olestring.cpp.

◆ StripSpacesFromMetaString< char >()

template void StripSpacesFromMetaString< char > ( char * string)

◆ StripSpacesFromMetaString< OLECHAR >()

template void StripSpacesFromMetaString< OLECHAR > ( OLECHAR * string)