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

Factory class for SimplePageContentCollection. More...

#include <OgreSimplePageContentCollection.h>

+ Inheritance diagram for Ogre::SimplePageContentCollectionFactory:
+ Collaboration diagram for Ogre::SimplePageContentCollectionFactory:

Public Member Functions

 SimplePageContentCollectionFactory ()
 
 ~SimplePageContentCollectionFactory ()
 
PageContentCollectioncreateInstance ()
 
void destroyInstance (PageContentCollection *c)
 
const StringgetName () const
 
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)
 

Static Public Attributes

static String FACTORY_NAME
 

Detailed Description

Factory class for SimplePageContentCollection.

Definition at line 111 of file OgreSimplePageContentCollection.h.

Constructor & Destructor Documentation

Ogre::SimplePageContentCollectionFactory::SimplePageContentCollectionFactory ( )
inline

Definition at line 116 of file OgreSimplePageContentCollection.h.

Ogre::SimplePageContentCollectionFactory::~SimplePageContentCollectionFactory ( )
inline

Definition at line 117 of file OgreSimplePageContentCollection.h.

Member Function Documentation

PageContentCollection* Ogre::SimplePageContentCollectionFactory::createInstance ( )
inlinevirtual

Implements Ogre::PageContentCollectionFactory.

Definition at line 121 of file OgreSimplePageContentCollection.h.

References OGRE_NEW.

void Ogre::SimplePageContentCollectionFactory::destroyInstance ( PageContentCollection c)
inlinevirtual

Implements Ogre::PageContentCollectionFactory.

Definition at line 125 of file OgreSimplePageContentCollection.h.

References OGRE_DELETE.

const String& Ogre::SimplePageContentCollectionFactory::getName ( void  ) const
inlinevirtual
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

String Ogre::SimplePageContentCollectionFactory::FACTORY_NAME
static

Definition at line 114 of file OgreSimplePageContentCollection.h.


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