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

#include <OgreScriptCompiler.h>

+ Inheritance diagram for Ogre::AbstractNode:
+ Collaboration diagram for Ogre::AbstractNode:

Public Member Functions

 AbstractNode (AbstractNode *ptr)
 
virtual ~AbstractNode ()
 
virtual AbstractNodeclone () const =0
 Returns a new AbstractNode which is a replica of this one. More...
 
virtual String getValue () const =0
 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
 
AbstractNodeparent
 
AbstractNodeType type
 

Detailed Description

Definition at line 91 of file OgreScriptCompiler.h.

Constructor & Destructor Documentation

Ogre::AbstractNode::AbstractNode ( AbstractNode ptr)
virtual Ogre::AbstractNode::~AbstractNode ( )
inlinevirtual

Definition at line 101 of file OgreScriptCompiler.h.

Member Function Documentation

virtual AbstractNode* Ogre::AbstractNode::clone ( ) const
pure virtual
virtual String Ogre::AbstractNode::getValue ( ) const
pure virtual
template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr)
inlineinherited

Definition at line 96 of file OgreMemoryAllocatedObject.h.

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

Definition at line 102 of file OgreMemoryAllocatedObject.h.

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

Definition at line 108 of file OgreMemoryAllocatedObject.h.

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

Definition at line 113 of file OgreMemoryAllocatedObject.h.

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

Definition at line 119 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 68 of file OgreMemoryAllocatedObject.h.

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

Definition at line 73 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 79 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 86 of file OgreMemoryAllocatedObject.h.

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

Definition at line 91 of file OgreMemoryAllocatedObject.h.

Member Data Documentation

Any Ogre::AbstractNode::context

Definition at line 98 of file OgreScriptCompiler.h.

String Ogre::AbstractNode::file

Definition at line 94 of file OgreScriptCompiler.h.

unsigned int Ogre::AbstractNode::line

Definition at line 95 of file OgreScriptCompiler.h.

AbstractNode* Ogre::AbstractNode::parent

Definition at line 97 of file OgreScriptCompiler.h.

AbstractNodeType Ogre::AbstractNode::type

Definition at line 96 of file OgreScriptCompiler.h.


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