Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ustring.h File Reference
#include <stdlib.h>
#include <stdio.h>
#include <iostream.h>
#include <string>

Go to the source code of this file.

Classes

class  UstringT< charT >
 

Macros

#define IN   const
 
#define MAX_BYTES_PER_CHAR   1
 

Typedefs

typedef UstringT< char > Ustring
 

Macro Definition Documentation

◆ IN

#define IN   const

Definition at line 31 of file ustring.h.

◆ MAX_BYTES_PER_CHAR

#define MAX_BYTES_PER_CHAR   1

Definition at line 33 of file ustring.h.

Typedef Documentation

◆ Ustring

typedef UstringT<char> Ustring

Definition at line 59 of file ustring.h.