OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OgreZip.h File Reference
#include "OgrePrerequisites.h"
#include "OgreArchive.h"
#include "OgreArchiveFactory.h"
#include "OgreHeaderPrefix.h"
#include "OgreHeaderSuffix.h"
+ Include dependency graph for OgreZip.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ogre::EmbeddedZipArchiveFactory
 Specialisation of ZipArchiveFactory for embedded Zip files. More...
 
class  Ogre::ZipArchive
 Specialisation of the Archive class to allow reading of files from a zip format source archive. More...
 
class  Ogre::ZipArchiveFactory
 Specialisation of ArchiveFactory for Zip files. More...
 
class  Ogre::ZipDataStream
 Specialisation of DataStream to handle streaming data from zip archives. More...
 

Namespaces

 Ogre
 

This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/

 

Typedefs

typedef struct zzip_dir ZZIP_DIR
 
typedef struct zzip_file ZZIP_FILE
 
typedef union _zzip_plugin_io zzip_plugin_io_handlers
 

Typedef Documentation

typedef struct zzip_dir ZZIP_DIR

Definition at line 41 of file OgreZip.h.

typedef struct zzip_file ZZIP_FILE

Definition at line 42 of file OgreZip.h.

typedef union _zzip_plugin_io zzip_plugin_io_handlers

Definition at line 43 of file OgreZip.h.