Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
widestring.h File Reference
#include <string.h>
#include <stdarg.h>
#include "always.h"
#include "wwdebug.h"
#include "win.h"
#include "wwstring.h"
#include "trim.h"
#include <wchar.h>

Go to the source code of this file.

Classes

class  WideStringClass
 

Macros

#define __WIDESTRING_H
 

Functions

WideStringClass operator+ (const WideStringClass &string1, const WideStringClass &string2)
 
WideStringClass operator+ (const WCHAR *string1, const WideStringClass &string2)
 
WideStringClass operator+ (const WideStringClass &string1, const WCHAR *string2)
 

Macro Definition Documentation

◆ __WIDESTRING_H

#define __WIDESTRING_H

Definition at line 42 of file widestring.h.

Function Documentation

◆ operator+() [1/3]

WideStringClass operator+ ( const WCHAR * string1,
const WideStringClass & string2 )
inline

Definition at line 602 of file widestring.h.

◆ operator+() [2/3]

WideStringClass operator+ ( const WideStringClass & string1,
const WCHAR * string2 )
inline

Definition at line 613 of file widestring.h.

◆ operator+() [3/3]

WideStringClass operator+ ( const WideStringClass & string1,
const WideStringClass & string2 )
inline

Definition at line 591 of file widestring.h.