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_def.html | 361 +++++++++++++++++++++++++++++++++++ 1 file changed, 361 insertions(+) create mode 100644 Doc/doxygen/html/class_term_def.html (limited to 'Doc/doxygen/html/class_term_def.html') diff --git a/Doc/doxygen/html/class_term_def.html b/Doc/doxygen/html/class_term_def.html new file mode 100644 index 0000000..35697c4 --- /dev/null +++ b/Doc/doxygen/html/class_term_def.html @@ -0,0 +1,361 @@ + + + + + +Starshatter_Open: TermDef Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
TermDef Class Reference
+
+
+ +

#include <Term.h>

+
+Inheritance diagram for TermDef:
+
+
+ + +Term + +
+ +

List of all members.

+ + + + + + + + + + + + + + + + + + +

+Public Member Functions

 TermDef (TermText *n, Term *v)
virtual ~TermDef ()
virtual void print (int level=10)
virtual TermDefisDef ()
virtual TermTextname ()
virtual Termterm ()
- Public Member Functions inherited from Term
 Term ()
virtual ~Term ()
virtual int operator== (const Term &rhs) const
virtual Termtouch ()
virtual TermBoolisBool ()
virtual TermNumberisNumber ()
virtual TermTextisText ()
virtual TermArrayisArray ()
virtual TermStructisStruct ()
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+

Detailed Description

+
+

Definition at line 153 of file Term.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
TermDef::TermDef (TermTextn,
Termv 
)
+
+inline
+
+ +

Definition at line 158 of file Term.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
TermDef::~TermDef ()
+
+virtual
+
+ +

Definition at line 105 of file Term.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
virtual TermDef* TermDef::isDef ()
+
+inlinevirtual
+
+ +

Reimplemented from Term.

+ +

Definition at line 162 of file Term.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual TermText* TermDef::name ()
+
+inlinevirtual
+
+ +

Definition at line 164 of file Term.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void TermDef::print (int level = 10)
+
+virtual
+
+ +

Reimplemented from Term.

+ +

Definition at line 112 of file Term.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual Term* TermDef::term ()
+
+inlinevirtual
+
+ +

Definition at line 165 of file Term.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* TermDef::TYPENAME ()
+
+inlinestatic
+
+ +

Reimplemented from Term.

+ +

Definition at line 156 of file Term.h.

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