Define the interface to a factory class that will create subclasses of PageContentCollection.
More...
#include <OgrePageContentCollectionFactory.h>
|
| PageContentCollectionFactory () |
|
virtual | ~PageContentCollectionFactory () |
|
virtual PageContentCollection * | createInstance ()=0 |
|
virtual void | destroyInstance (PageContentCollection *)=0 |
|
virtual const String & | getName () const =0 |
|
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) |
|
Define the interface to a factory class that will create subclasses of PageContentCollection.
Definition at line 47 of file OgrePageContentCollectionFactory.h.
Ogre::PageContentCollectionFactory::PageContentCollectionFactory |
( |
| ) |
|
|
inline |
virtual Ogre::PageContentCollectionFactory::~PageContentCollectionFactory |
( |
| ) |
|
|
inlinevirtual |
virtual const String& Ogre::PageContentCollectionFactory::getName |
( |
| ) |
const |
|
pure virtual |
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
The documentation for this class was generated from the following file: