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

#include <olestring.h>

Public Member Functions

 OLEString (void)
 
 ~OLEString ()
 
void Set (OLECHAR *new_ole)
 
void Set (char *new_sb)
 
OLECHAR * Get (void)
 
int Len (void)
 
char * GetSB (void)
 
void StripSpaces (void)
 
void FormatMetaString (void)
 
void Lock (void)
 
void Unlock (void)
 

Detailed Description

Definition at line 28 of file olestring.h.

Constructor & Destructor Documentation

◆ OLEString()

OLEString::OLEString ( void )

Definition at line 63 of file olestring.cpp.

◆ ~OLEString()

OLEString::~OLEString ( )

Definition at line 74 of file olestring.cpp.

Member Function Documentation

◆ FormatMetaString()

void OLEString::FormatMetaString ( void )

Definition at line 144 of file olestring.cpp.

◆ Get()

OLECHAR * OLEString::Get ( void )
inline

Definition at line 42 of file olestring.h.

◆ GetSB()

char * OLEString::GetSB ( void )
inline

Definition at line 44 of file olestring.h.

◆ Len()

int OLEString::Len ( void )
inline

Definition at line 43 of file olestring.h.

◆ Lock()

void OLEString::Lock ( void )
inline

Definition at line 47 of file olestring.h.

◆ Set() [1/2]

void OLEString::Set ( char * new_sb)

Definition at line 105 of file olestring.cpp.

◆ Set() [2/2]

void OLEString::Set ( OLECHAR * new_ole)

Definition at line 84 of file olestring.cpp.

◆ StripSpaces()

void OLEString::StripSpaces ( void )

Definition at line 126 of file olestring.cpp.

◆ Unlock()

void OLEString::Unlock ( void )
inline

Definition at line 48 of file olestring.h.


The documentation for this class was generated from the following files: