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/_parse_util_8h.html | 782 ----------------------------------- 1 file changed, 782 deletions(-) delete mode 100644 Doc/doxygen/html/_parse_util_8h.html (limited to 'Doc/doxygen/html/_parse_util_8h.html') diff --git a/Doc/doxygen/html/_parse_util_8h.html b/Doc/doxygen/html/_parse_util_8h.html deleted file mode 100644 index 2b2ef75..0000000 --- a/Doc/doxygen/html/_parse_util_8h.html +++ /dev/null @@ -1,782 +0,0 @@ - - - - - -Starshatter_Open: D:/SRC/StarshatterSVN/nGenEx/ParseUtil.h File Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
ParseUtil.h File Reference
-
-
-
#include <vector>
-#include "Types.h"
-#include "Geometry.h"
-#include "Color.h"
-#include "Text.h"
-#include "Parser.h"
-#include "Reader.h"
-#include "Token.h"
-
-

Go to the source code of this file.

- - - - - - - - - - - - - - - - - - - - -

-Functions

bool GetDefBool (bool &dst, TermDef *def, const char *file)
bool GetDefText (Text &dst, TermDef *def, const char *file)
bool GetDefText (char *dst, TermDef *def, const char *file)
bool GetDefNumber (int &dst, TermDef *def, const char *file)
bool GetDefNumber (DWORD &dst, TermDef *def, const char *file)
bool GetDefNumber (float &dst, TermDef *def, const char *file)
bool GetDefNumber (double &dst, TermDef *def, const char *file)
bool GetDefVec (Vec3 &dst, TermDef *def, const char *file)
bool GetDefColor (Color &dst, TermDef *def, const char *file)
bool GetDefColor (ColorValue &dst, TermDef *def, const char *file)
bool GetDefRect (Rect &dst, TermDef *def, const char *file)
bool GetDefInsets (Insets &dst, TermDef *def, const char *file)
bool GetDefTime (int &dst, TermDef *def, const char *file)
bool GetDefArray (int *dst, int size, TermDef *def, const char *file)
bool GetDefArray (float *dst, int size, TermDef *def, const char *file)
bool GetDefArray (double *dst, int size, TermDef *def, const char *file)
bool GetDefArray (std::vector< DWORD > &array, TermDef *def, const char *file)
bool GetDefArray (std::vector< float > &array, TermDef *def, const char *file)
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefArray (int * dst,
int size,
TermDefdef,
const char * file 
)
-
- -

Definition at line 313 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefArray (float * dst,
int size,
TermDefdef,
const char * file 
)
-
- -

Definition at line 339 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefArray (double * dst,
int size,
TermDefdef,
const char * file 
)
-
- -

Definition at line 365 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefArray (std::vector< DWORD > & array,
TermDefdef,
const char * file 
)
-
- -

Definition at line 393 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefArray (std::vector< float > & array,
TermDefdef,
const char * file 
)
-
- -

Definition at line 418 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefBool (bool & dst,
TermDefdef,
const char * file 
)
-
- -

Definition at line 23 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefColor (Colordst,
TermDefdef,
const char * file 
)
-
- -

Definition at line 235 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefColor (ColorValuedst,
TermDefdef,
const char * file 
)
-
- -

Definition at line 279 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefInsets (Insetsdst,
TermDefdef,
const char * file 
)
-
- -

Definition at line 207 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefNumber (int & dst,
TermDefdef,
const char * file 
)
-
- -

Definition at line 80 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefNumber (DWORD & dst,
TermDefdef,
const char * file 
)
-
- -

Definition at line 98 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefNumber (float & dst,
TermDefdef,
const char * file 
)
-
- -

Definition at line 116 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefNumber (double & dst,
TermDefdef,
const char * file 
)
-
- -

Definition at line 134 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefRect (Rectdst,
TermDefdef,
const char * file 
)
-
- -

Definition at line 179 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefText (Textdst,
TermDefdef,
const char * file 
)
-
- -

Definition at line 44 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefText (char * dst,
TermDefdef,
const char * file 
)
-
- -

Definition at line 62 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefTime (int & dst,
TermDefdef,
const char * file 
)
-
- -

Definition at line 445 of file ParseUtil.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
bool GetDefVec (Vec3dst,
TermDefdef,
const char * file 
)
-
- -

Definition at line 152 of file ParseUtil.cpp.

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