Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Text.h File Reference
#include <string.h>
#include <windows.h>
#include "ThreadSync.h"

Go to the source code of this file.

Classes

class  TextRep
class  Text

Functions

int operator== (const Text &l, const Text &r)
int operator!= (const Text &l, const Text &r)
int operator< (const Text &l, const Text &r)
int operator<= (const Text &l, const Text &r)
int operator> (const Text &l, const Text &r)
int operator>= (const Text &l, const Text &r)
int operator== (const char *l, const Text &r)
int operator!= (const char *l, const Text &r)
int operator< (const char *l, const Text &r)
int operator<= (const char *l, const Text &r)
int operator> (const char *l, const Text &r)
int operator>= (const char *l, const Text &r)
int operator== (char *l, const Text &r)
int operator!= (char *l, const Text &r)
int operator< (char *l, const Text &r)
int operator<= (char *l, const Text &r)
int operator> (char *l, const Text &r)
int operator>= (char *l, const Text &r)
int operator== (const Text &l, const char *r)
int operator!= (const Text &l, const char *r)
int operator< (const Text &l, const char *r)
int operator<= (const Text &l, const char *r)
int operator> (const Text &l, const char *r)
int operator>= (const Text &l, const char *r)
int operator== (const Text &l, char *r)
int operator!= (const Text &l, char *r)
int operator< (const Text &l, char *r)
int operator<= (const Text &l, char *r)
int operator> (const Text &l, char *r)
int operator>= (const Text &l, char *r)
Text operator+ (const char *l, const Text &r)
Text operator+ (char *l, const Text &r)

Function Documentation

int operator!= ( const Text l,
const Text r 
)
inline

Definition at line 154 of file Text.h.

int operator!= ( const char *  l,
const Text r 
)
inline

Definition at line 161 of file Text.h.

int operator!= ( char *  l,
const Text r 
)
inline

Definition at line 168 of file Text.h.

int operator!= ( const Text l,
const char *  r 
)
inline

Definition at line 175 of file Text.h.

int operator!= ( const Text l,
char *  r 
)
inline

Definition at line 182 of file Text.h.

Text operator+ ( const char *  l,
const Text r 
)
inline

Definition at line 188 of file Text.h.

Text operator+ ( char *  l,
const Text r 
)
inline

Definition at line 189 of file Text.h.

int operator< ( const Text l,
const Text r 
)
inline

Definition at line 155 of file Text.h.

int operator< ( const char *  l,
const Text r 
)
inline

Definition at line 162 of file Text.h.

int operator< ( char *  l,
const Text r 
)
inline

Definition at line 169 of file Text.h.

int operator< ( const Text l,
const char *  r 
)
inline

Definition at line 176 of file Text.h.

int operator< ( const Text l,
char *  r 
)
inline

Definition at line 183 of file Text.h.

int operator<= ( const Text l,
const Text r 
)
inline

Definition at line 156 of file Text.h.

int operator<= ( const char *  l,
const Text r 
)
inline

Definition at line 163 of file Text.h.

int operator<= ( char *  l,
const Text r 
)
inline

Definition at line 170 of file Text.h.

int operator<= ( const Text l,
const char *  r 
)
inline

Definition at line 177 of file Text.h.

int operator<= ( const Text l,
char *  r 
)
inline

Definition at line 184 of file Text.h.

int operator== ( const Text l,
const Text r 
)
inline

Definition at line 152 of file Text.h.

int operator== ( const char *  l,
const Text r 
)
inline

Definition at line 160 of file Text.h.

int operator== ( char *  l,
const Text r 
)
inline

Definition at line 167 of file Text.h.

int operator== ( const Text l,
const char *  r 
)
inline

Definition at line 174 of file Text.h.

int operator== ( const Text l,
char *  r 
)
inline

Definition at line 181 of file Text.h.

int operator> ( const Text l,
const Text r 
)
inline

Definition at line 157 of file Text.h.

int operator> ( const char *  l,
const Text r 
)
inline

Definition at line 164 of file Text.h.

int operator> ( char *  l,
const Text r 
)
inline

Definition at line 171 of file Text.h.

int operator> ( const Text l,
const char *  r 
)
inline

Definition at line 178 of file Text.h.

int operator> ( const Text l,
char *  r 
)
inline

Definition at line 185 of file Text.h.

int operator>= ( const Text l,
const Text r 
)
inline

Definition at line 158 of file Text.h.

int operator>= ( const char *  l,
const Text r 
)
inline

Definition at line 165 of file Text.h.

int operator>= ( char *  l,
const Text r 
)
inline

Definition at line 172 of file Text.h.

int operator>= ( const Text l,
const char *  r 
)
inline

Definition at line 179 of file Text.h.

int operator>= ( const Text l,
char *  r 
)
inline

Definition at line 186 of file Text.h.