From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/_text_8h.html | 1319 ---------------------------------------- 1 file changed, 1319 deletions(-) delete mode 100644 Doc/doxygen/html/_text_8h.html (limited to 'Doc/doxygen/html/_text_8h.html') diff --git a/Doc/doxygen/html/_text_8h.html b/Doc/doxygen/html/_text_8h.html deleted file mode 100644 index 205f37d..0000000 --- a/Doc/doxygen/html/_text_8h.html +++ /dev/null @@ -1,1319 +0,0 @@ - - - - - -Starshatter_Open: D:/SRC/StarshatterSVN/FoundationEx/Text.h File Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
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 Textl,
const Textr 
)
-
-inline
-
- -

Definition at line 154 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator!= (const char * l,
const Textr 
)
-
-inline
-
- -

Definition at line 161 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator!= (char * l,
const Textr 
)
-
-inline
-
- -

Definition at line 168 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator!= (const Textl,
const char * r 
)
-
-inline
-
- -

Definition at line 175 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator!= (const Textl,
char * r 
)
-
-inline
-
- -

Definition at line 182 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
Text operator+ (const char * l,
const Textr 
)
-
-inline
-
- -

Definition at line 188 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
Text operator+ (char * l,
const Textr 
)
-
-inline
-
- -

Definition at line 189 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator< (const Textl,
const Textr 
)
-
-inline
-
- -

Definition at line 155 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator< (const char * l,
const Textr 
)
-
-inline
-
- -

Definition at line 162 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator< (char * l,
const Textr 
)
-
-inline
-
- -

Definition at line 169 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator< (const Textl,
const char * r 
)
-
-inline
-
- -

Definition at line 176 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator< (const Textl,
char * r 
)
-
-inline
-
- -

Definition at line 183 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator<= (const Textl,
const Textr 
)
-
-inline
-
- -

Definition at line 156 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator<= (const char * l,
const Textr 
)
-
-inline
-
- -

Definition at line 163 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator<= (char * l,
const Textr 
)
-
-inline
-
- -

Definition at line 170 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator<= (const Textl,
const char * r 
)
-
-inline
-
- -

Definition at line 177 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator<= (const Textl,
char * r 
)
-
-inline
-
- -

Definition at line 184 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator== (const Textl,
const Textr 
)
-
-inline
-
- -

Definition at line 152 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator== (const char * l,
const Textr 
)
-
-inline
-
- -

Definition at line 160 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator== (char * l,
const Textr 
)
-
-inline
-
- -

Definition at line 167 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator== (const Textl,
const char * r 
)
-
-inline
-
- -

Definition at line 174 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator== (const Textl,
char * r 
)
-
-inline
-
- -

Definition at line 181 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator> (const Textl,
const Textr 
)
-
-inline
-
- -

Definition at line 157 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator> (const char * l,
const Textr 
)
-
-inline
-
- -

Definition at line 164 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator> (char * l,
const Textr 
)
-
-inline
-
- -

Definition at line 171 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator> (const Textl,
const char * r 
)
-
-inline
-
- -

Definition at line 178 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator> (const Textl,
char * r 
)
-
-inline
-
- -

Definition at line 185 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator>= (const Textl,
const Textr 
)
-
-inline
-
- -

Definition at line 158 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator>= (const char * l,
const Textr 
)
-
-inline
-
- -

Definition at line 165 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator>= (char * l,
const Textr 
)
-
-inline
-
- -

Definition at line 172 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator>= (const Textl,
const char * r 
)
-
-inline
-
- -

Definition at line 179 of file Text.h.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int operator>= (const Textl,
char * r 
)
-
-inline
-
- -

Definition at line 186 of file Text.h.

- -
-
-
-
- - - - -- cgit v1.1