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/class_term.html | 485 --------------------------------------- 1 file changed, 485 deletions(-) delete mode 100644 Doc/doxygen/html/class_term.html (limited to 'Doc/doxygen/html/class_term.html') diff --git a/Doc/doxygen/html/class_term.html b/Doc/doxygen/html/class_term.html deleted file mode 100644 index 1f0cb77..0000000 --- a/Doc/doxygen/html/class_term.html +++ /dev/null @@ -1,485 +0,0 @@ - - - - - -Starshatter_Open: Term Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- - -
- -

#include <Term.h>

-
-Inheritance diagram for Term:
-
-
- - -TermArray -TermBool -TermDef -TermNumber -TermStruct -TermText - -
- -

List of all members.

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

-Public Member Functions

 Term ()
virtual ~Term ()
virtual int operator== (const Term &rhs) const
virtual void print (int level=10)
virtual Termtouch ()
virtual TermBoolisBool ()
virtual TermNumberisNumber ()
virtual TermTextisText ()
virtual TermArrayisArray ()
virtual TermDefisDef ()
virtual TermStructisStruct ()
- - -

-Static Public Member Functions

static const char * TYPENAME ()
-

Detailed Description

-
-

Definition at line 34 of file Term.h.

-

Constructor & Destructor Documentation

- -
-
- - - - - -
- - - - - - - -
Term::Term ()
-
-inline
-
- -

Definition at line 39 of file Term.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual Term::~Term ()
-
-inlinevirtual
-
- -

Definition at line 40 of file Term.h.

- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - -
virtual TermArray* Term::isArray ()
-
-inlinevirtual
-
- -

Reimplemented in TermArray.

- -

Definition at line 51 of file Term.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual TermBool* Term::isBool ()
-
-inlinevirtual
-
- -

Reimplemented in TermBool.

- -

Definition at line 48 of file Term.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual TermDef* Term::isDef ()
-
-inlinevirtual
-
- -

Reimplemented in TermDef.

- -

Definition at line 52 of file Term.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual TermNumber* Term::isNumber ()
-
-inlinevirtual
-
- -

Reimplemented in TermNumber.

- -

Definition at line 49 of file Term.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual TermStruct* Term::isStruct ()
-
-inlinevirtual
-
- -

Reimplemented in TermStruct.

- -

Definition at line 53 of file Term.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual TermText* Term::isText ()
-
-inlinevirtual
-
- -

Reimplemented in TermText.

- -

Definition at line 50 of file Term.h.

- -
-
- -
-
- - - - - -
- - - - - - - - -
virtual int Term::operator== (const Termrhs) const
-
-inlinevirtual
-
- -

Definition at line 42 of file Term.h.

- -
-
- -
-
- - - - - -
- - - - - - - - -
virtual void Term::print (int level = 10)
-
-inlinevirtual
-
- -

Reimplemented in TermDef, TermStruct, TermArray, TermText, TermNumber, and TermBool.

- -

Definition at line 44 of file Term.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual Term* Term::touch ()
-
-inlinevirtual
-
- -

Definition at line 47 of file Term.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
static const char* Term::TYPENAME ()
-
-inlinestatic
-
- -

Reimplemented in TermDef, TermStruct, TermArray, TermText, TermNumber, and TermBool.

- -

Definition at line 37 of file Term.h.

- -
-
-
The documentation for this class was generated from the following file:
    -
  • D:/SRC/StarshatterSVN/Parser/Term.h
  • -
-
-
- - - - -- cgit v1.1