#include <OgreArchive.h>
Inheritance diagram for Ogre::Archive:
Public Member Functions | |
Archive (const String &name, const String &archType) | |
Constructor - don't call direct, used by ArchiveFactory. | |
virtual | ~Archive () |
Default destructor. | |
const String & | getName (void) const |
Get the name of this archive. | |
virtual bool | isCaseSensitive (void) const =0 |
Returns whether this archive is case sensitive in the way it matches files. | |
virtual void | load ()=0 |
Loads the archive. | |
virtual void | unload ()=0 |
Unloads the archive. | |
virtual DataStreamPtr | open (const String &filename) const =0 |
Open a stream on a given file. | |
virtual StringVectorPtr | list (bool recursive=true, bool dirs=false)=0 |
List all file names in the archive. | |
virtual FileInfoListPtr | listFileInfo (bool recursive=true, bool dirs=false)=0 |
List all files in the archive with accompanying information. | |
virtual StringVectorPtr | find (const String &pattern, bool recursive=true, bool dirs=false)=0 |
Find all file or directory names matching a given pattern in this archive. | |
virtual bool | exists (const String &filename)=0 |
Find out if the named file exists (note: fully qualified filename required). | |
virtual time_t | getModifiedTime (const String &filename)=0 |
Retrieve the modification time of a given file. | |
virtual FileInfoListPtr | findFileInfo (const String &pattern, bool recursive=true, bool dirs=false)=0 |
Find all files or directories matching a given pattern in this archive and get some detailed information about them. | |
const String & | getType (void) const |
Return the type code of this Archive. | |
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 * | operator new (size_t sz, void *ptr) |
placement operator new | |
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) |
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 *) |
Protected Attributes | |
String | mName |
Archive name. | |
String | mType |
Archive type code. |
Definition at line 81 of file OgreArchive.h.
|
Constructor - don't call direct, used by ArchiveFactory.
Definition at line 93 of file OgreArchive.h. |
|
Default destructor.
Definition at line 98 of file OgreArchive.h. |
|
Find out if the named file exists (note: fully qualified filename required).
Implemented in Ogre::FileSystemArchive, and Ogre::ZipArchive. |
|
Find all file or directory names matching a given pattern in this archive.
Implemented in Ogre::FileSystemArchive, and Ogre::ZipArchive. |
|
Find all files or directories matching a given pattern in this archive and get some detailed information about them.
Implemented in Ogre::FileSystemArchive, and Ogre::ZipArchive. |
|
Retrieve the modification time of a given file.
Implemented in Ogre::FileSystemArchive, and Ogre::ZipArchive. |
|
Get the name of this archive.
Definition at line 101 of file OgreArchive.h. |
|
Return the type code of this Archive.
Definition at line 191 of file OgreArchive.h. |
|
Returns whether this archive is case sensitive in the way it matches files.
Implemented in Ogre::FileSystemArchive, and Ogre::ZipArchive. |
|
List all file names in the archive.
Implemented in Ogre::FileSystemArchive, and Ogre::ZipArchive. |
|
List all files in the archive with accompanying information.
Implemented in Ogre::FileSystemArchive, and Ogre::ZipArchive. |
|
Loads the archive.
Implemented in Ogre::FileSystemArchive, and Ogre::ZipArchive. |
|
Open a stream on a given file.
Implemented in Ogre::FileSystemArchive, and Ogre::ZipArchive. |
|
Definition at line 101 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 95 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 89 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 112 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 106 of file OgreMemoryAllocatedObject.h. |
|
placement operator new
Definition at line 73 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 67 of file OgreMemoryAllocatedObject.h. |
|
operator new, with debug line info
Definition at line 62 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 84 of file OgreMemoryAllocatedObject.h. |
|
array operator new, with debug line info
Definition at line 79 of file OgreMemoryAllocatedObject.h. |
|
Unloads the archive.
Implemented in Ogre::FileSystemArchive, and Ogre::ZipArchive. |
|
Archive name.
Definition at line 85 of file OgreArchive.h. |
|
Archive type code.
Definition at line 87 of file OgreArchive.h. |
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat Apr 11 13:46:57 2009