|  | OGRE 14.3
    Object-Oriented Graphics Rendering Engine | 
This abstract node represents a variable assignment. More...
#include <OgreScriptCompiler.h>
 Inheritance diagram for Ogre::VariableAccessAbstractNode:
 Inheritance diagram for Ogre::VariableAccessAbstractNode:| Public Member Functions | |
| VariableAccessAbstractNode (AbstractNode *ptr) | |
| AbstractNode * | clone () const override | 
| Returns a new AbstractNode which is a replica of this one. | |
| const String & | getValue () const override | 
| Returns a string value depending on the type of the AbstractNode. | |
|  Public Member Functions inherited from Ogre::AbstractNode | |
| AbstractNode (AbstractNode *ptr) | |
| virtual | ~AbstractNode () | 
| const String & | getString () const | 
| Returns the string content of the node for ANT_ATOM. Empty string otherwise. | |
| Public Attributes | |
| String | name | 
|  Public Attributes inherited from Ogre::AbstractNode | |
| Any | context | 
| String | file | 
| unsigned int | line | 
| AbstractNode * | parent | 
| AbstractNodeType | type | 
This abstract node represents a variable assignment.
| Ogre::VariableAccessAbstractNode::VariableAccessAbstractNode | ( | AbstractNode * | ptr | ) | 
References Ogre::AbstractNode::AbstractNode().
| 
 | overridevirtual | 
Returns a new AbstractNode which is a replica of this one.
Implements Ogre::AbstractNode.
References Ogre::AbstractNode::AbstractNode().
| 
 | inlineoverridevirtual | 
Returns a string value depending on the type of the AbstractNode.
Implements Ogre::AbstractNode.
References name.
| String Ogre::VariableAccessAbstractNode::name | 
Referenced by getValue().