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

#include <Term.h>

+
+Inheritance diagram for TermArray:
+
+
+ + +Term + +
+ +

List of all members.

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

+Public Member Functions

 TermArray (TermList *elist)
virtual ~TermArray ()
virtual void print (int level=10)
virtual TermArrayisArray ()
TermListelements ()
- 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 TermDefisDef ()
virtual TermStructisStruct ()
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+

Detailed Description

+
+

Definition at line 116 of file Term.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
TermArray::TermArray (TermListelist)
+
+ +

Definition at line 41 of file Term.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
TermArray::~TermArray ()
+
+virtual
+
+ +

Definition at line 46 of file Term.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
TermList* TermArray::elements ()
+
+inline
+
+ +

Definition at line 126 of file Term.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual TermArray* TermArray::isArray ()
+
+inlinevirtual
+
+ +

Reimplemented from Term.

+ +

Definition at line 125 of file Term.h.

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

Reimplemented from Term.

+ +

Definition at line 53 of file Term.cpp.

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

Reimplemented from Term.

+ +

Definition at line 119 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