|  | OGRE 2.1
    Object-Oriented Graphics Rendering Engine | 
This is an abstract node which cannot be broken down further. More...
#include <OgreScriptCompiler.h>
 Inheritance diagram for Ogre::AtomAbstractNode:
 Inheritance diagram for Ogre::AtomAbstractNode:| Public Member Functions | |
| AtomAbstractNode (AbstractNode *ptr) | |
| AbstractNode * | clone () const | 
| Returns a new AbstractNode which is a replica of this one. | |
| String | getValue () const | 
| Returns a string value depending on the type of the AbstractNode. | |
| void | operator delete (void *ptr) | 
| void | operator delete (void *ptr, const char *, int, const char *) | 
| void | operator delete (void *ptr, void *) | 
| void | operator delete[] (void *ptr) | 
| void | operator delete[] (void *ptr, const char *, int, const char *) | 
| void * | operator new (size_t sz) | 
| void * | operator new (size_t sz, const char *file, int line, const char *func) | 
| operator new, with debug line info | |
| void * | operator new (size_t sz, void *ptr) | 
| placement operator new | |
| void * | operator new[] (size_t sz) | 
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) | 
| array operator new, with debug line info | |
| Public Attributes | |
| Any | context | 
| String | file | 
| uint32 | id | 
| unsigned int | line | 
| AbstractNode * | parent | 
| AbstractNodeType | type | 
| String | value | 
This is an abstract node which cannot be broken down further.
| Ogre::AtomAbstractNode::AtomAbstractNode | ( | AbstractNode * | ptr | ) | 
| 
 | virtual | 
Returns a new AbstractNode which is a replica of this one.
Implements Ogre::AbstractNode.
| 
 | virtual | 
Returns a string value depending on the type of the AbstractNode.
Implements Ogre::AbstractNode.
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
operator new, with debug line info
placement operator new
| 
 | inlineinherited | 
| 
 | inlineinherited | 
array operator new, with debug line info
| 
 | inherited | 
| 
 | inherited | 
| uint32 Ogre::AtomAbstractNode::id | 
| 
 | inherited | 
| 
 | inherited | 
| String Ogre::AtomAbstractNode::value |