From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_term.html | 485 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 485 insertions(+) create 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 new file mode 100644 index 0000000..be9b827 --- /dev/null +++ b/Doc/doxygen/html/class_term.html @@ -0,0 +1,485 @@ + + + + + +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