OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::VariableAccessAbstractNode Class Reference

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

#include <OgreScriptCompiler.h>

+ Inheritance diagram for Ogre::VariableAccessAbstractNode:
+ Collaboration diagram for Ogre::VariableAccessAbstractNode:

Public Member Functions

 VariableAccessAbstractNode (AbstractNode *ptr)
 
AbstractNodeclone () const
 Returns a new AbstractNode which is a replica of this one. More...
 
String getValue () const
 Returns a string value depending on the type of the AbstractNode. More...
 
void operator delete (void *ptr)
 
void operator delete (void *ptr, void *)
 
void operator delete (void *ptr, const char *, int, const char *)
 
void operator delete[] (void *ptr)
 
void operator delete[] (void *ptr, const char *, int, const char *)
 
void * operator new (size_t sz, const char *file, int line, const char *func)
 operator new, with debug line info More...
 
void * operator new (size_t sz)
 
void * operator new (size_t sz, void *ptr)
 placement operator new More...
 
void * operator new[] (size_t sz, const char *file, int line, const char *func)
 array operator new, with debug line info More...
 
void * operator new[] (size_t sz)
 

Public Attributes

Any context
 
String file
 
unsigned int line
 
String name
 
AbstractNodeparent
 
AbstractNodeType type
 

Detailed Description

This abstract node represents a variable assignment.

Definition at line 170 of file OgreScriptCompiler.h.

Constructor & Destructor Documentation

Ogre::VariableAccessAbstractNode::VariableAccessAbstractNode ( AbstractNode ptr)

Member Function Documentation

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

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

Implements Ogre::AbstractNode.

String Ogre::VariableAccessAbstractNode::getValue ( ) const
virtual

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

Implements Ogre::AbstractNode.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr)
inlineinherited

Definition at line 95 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
void *   
)
inlineinherited

Definition at line 101 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 107 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr)
inlineinherited

Definition at line 112 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 118 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

operator new, with debug line info

Definition at line 67 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz)
inlineinherited

Definition at line 72 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
void *  ptr 
)
inlineinherited

placement operator new

Definition at line 78 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

array operator new, with debug line info

Definition at line 85 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz)
inlineinherited

Definition at line 90 of file OgreMemoryAllocatedObject.h.

Member Data Documentation

Any Ogre::AbstractNode::context
inherited

Definition at line 97 of file OgreScriptCompiler.h.

String Ogre::AbstractNode::file
inherited

Definition at line 93 of file OgreScriptCompiler.h.

unsigned int Ogre::AbstractNode::line
inherited

Definition at line 94 of file OgreScriptCompiler.h.

String Ogre::VariableAccessAbstractNode::name

Definition at line 173 of file OgreScriptCompiler.h.

AbstractNode* Ogre::AbstractNode::parent
inherited

Definition at line 96 of file OgreScriptCompiler.h.

AbstractNodeType Ogre::AbstractNode::type
inherited

Definition at line 95 of file OgreScriptCompiler.h.


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