|
OGRE
1.9.0
|
#include <OgreAPKFileSystemArchive.h>

Public Member Functions | |
| APKFileSystemArchiveFactory (AAssetManager *assetMgr) | |
| virtual | ~APKFileSystemArchiveFactory () |
| Archive * | createInstance (const String &name, bool readOnly) |
| Creates a new object. | |
| virtual Archive * | createInstance (const String &name) |
| Creates a new object. | |
| void | destroyInstance (Archive *arch) |
| Destroys an object which was created by this factory. | |
| const String & | getType (void) const |
| Returns the factory type. | |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void * | operator new (size_t sz) |
| 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 | |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info | |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new | |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new | |
| void * | operator new[] (size_t sz) |
| 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 | |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info | |
Private Attributes | |
| AAssetManager * | mAssetMgr |
Definition at line 83 of file OgreAPKFileSystemArchive.h.
| Ogre::APKFileSystemArchiveFactory::APKFileSystemArchiveFactory | ( | AAssetManager * | assetMgr | ) |
Definition at line 86 of file OgreAPKFileSystemArchive.h.
References mAssetMgr.
|
virtual |
Definition at line 87 of file OgreAPKFileSystemArchive.h.
|
virtual |
Creates a new object.
| name | Name of the object to create |
Implements Ogre::ArchiveFactory.
Definition at line 91 of file OgreAPKFileSystemArchive.h.
Creates a new object.
| name | Name of the object to create |
Implements Ogre::FactoryObj< Archive >.
Definition at line 71 of file OgreArchiveFactory.h.
References createInstance().
Referenced by createInstance().
|
virtual |
Destroys an object which was created by this factory.
| ptr | Pointer to the object to destroy |
Implements Ogre::FactoryObj< Archive >.
Definition at line 96 of file OgreAPKFileSystemArchive.h.
References OGRE_DELETE.
|
virtual |
Returns the factory type.
Implements Ogre::FactoryObj< Archive >.
Referenced by createInstance().
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
private |
Definition at line 98 of file OgreAPKFileSystemArchive.h.
Referenced by APKFileSystemArchiveFactory(), and createInstance().
1.13.2