#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, const char *, int, const char *) |
|
void | operator delete (void *ptr, void *) |
|
void | operator delete[] (void *ptr) |
|
void | operator delete[] (void *ptr, const char *, int, const char *) |
|
void * | operator new (size_t sz) |
|
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 *ptr) |
| placement operator new More...
|
|
void * | operator new[] (size_t sz) |
|
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info More...
|
|
Definition at line 83 of file OgreAPKFileSystemArchive.h.
◆ APKFileSystemArchiveFactory()
Ogre::APKFileSystemArchiveFactory::APKFileSystemArchiveFactory |
( |
AAssetManager * |
assetMgr | ) |
|
◆ ~APKFileSystemArchiveFactory()
virtual Ogre::APKFileSystemArchiveFactory::~APKFileSystemArchiveFactory |
( |
| ) |
|
|
virtual |
◆ createInstance() [1/2]
virtual Archive * Ogre::ArchiveFactory::createInstance |
( |
const String & |
name | ) |
|
|
virtualinherited |
◆ createInstance() [2/2]
Archive * Ogre::APKFileSystemArchiveFactory::createInstance |
( |
const String & |
name, |
|
|
bool |
readOnly |
|
) |
| |
|
virtual |
◆ destroyInstance()
void Ogre::APKFileSystemArchiveFactory::destroyInstance |
( |
Archive * |
arch | ) |
|
|
virtual |
◆ getType()
const String & Ogre::APKFileSystemArchiveFactory::getType |
( |
void |
| ) |
const |
|
virtual |
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
◆ operator new() [2/3]
template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
◆ operator new() [3/3]
◆ operator new[]() [1/2]
◆ operator new[]() [2/2]
template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
◆ mAssetMgr
AAssetManager* Ogre::APKFileSystemArchiveFactory::mAssetMgr |
|
private |
The documentation for this class was generated from the following file: