#include <OgreAPKFileSystemArchive.h>
|
| APKFileSystemArchiveFactory (AAssetManager *assetMgr) |
|
virtual | ~APKFileSystemArchiveFactory () |
|
virtual Archive * | createInstance (const String &name) |
| Creates a new object. More...
|
|
Archive * | createInstance (const String &name, bool readOnly) |
| Creates a new object. More...
|
|
void | destroyInstance (Archive *arch) |
| Destroys an object which was created by this factory. More...
|
|
const String & | getType (void) const |
| Returns the factory type. 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) |
|
Definition at line 83 of file OgreAPKFileSystemArchive.h.
Ogre::APKFileSystemArchiveFactory::APKFileSystemArchiveFactory |
( |
AAssetManager * |
assetMgr) | |
|
virtual Ogre::APKFileSystemArchiveFactory::~APKFileSystemArchiveFactory |
( |
) | |
|
|
virtual |
virtual Archive* Ogre::ArchiveFactory::createInstance |
( |
const String & |
name) | |
|
|
virtualinherited |
Archive* Ogre::APKFileSystemArchiveFactory::createInstance |
( |
const String & |
name, |
|
|
bool |
readOnly |
|
) |
| |
|
virtual |
void Ogre::APKFileSystemArchiveFactory::destroyInstance |
( |
Archive * |
arch) | |
|
|
virtual |
const String& Ogre::APKFileSystemArchiveFactory::getType |
( |
void |
) | |
const |
|
virtual |
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
AAssetManager* Ogre::APKFileSystemArchiveFactory::mAssetMgr |
|
private |
The documentation for this class was generated from the following file: