OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::VariableAccessAbstractNode Class Reference

This abstract node represents a variable assignment. More...

#include <OgreScriptCompiler.h>

Inheritance diagram for Ogre::VariableAccessAbstractNode:

Public Member Functions

 VariableAccessAbstractNode (AbstractNode *ptr)
AbstractNodeclone () const
 Returns a new AbstractNode which is a replica of this one.
const StringgetValue () const
 Returns a string value depending on the type of the AbstractNode.
Public Member Functions inherited from Ogre::AbstractNode
 AbstractNode (AbstractNode *ptr)
virtual ~AbstractNode ()

Public Attributes

String name
Public Attributes inherited from Ogre::AbstractNode
Any context
String file
unsigned int line
AbstractNodeparent
AbstractNodeType type

Detailed Description

This abstract node represents a variable assignment.

Constructor & Destructor Documentation

◆ VariableAccessAbstractNode()

Ogre::VariableAccessAbstractNode::VariableAccessAbstractNode ( AbstractNode * ptr)

Member Function Documentation

◆ clone()

AbstractNode * Ogre::VariableAccessAbstractNode::clone ( ) const
virtual

Returns a new AbstractNode which is a replica of this one.

Implements Ogre::AbstractNode.

References Ogre::AbstractNode::AbstractNode().

◆ getValue()

const String & Ogre::VariableAccessAbstractNode::getValue ( ) const
inlinevirtual

Returns a string value depending on the type of the AbstractNode.

Implements Ogre::AbstractNode.

References name.

Member Data Documentation

◆ name

String Ogre::VariableAccessAbstractNode::name

Referenced by getValue().


The documentation for this class was generated from the following file: