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

Go to the source code of this file.

Classes

class  Ogre::DataStream
 General purpose class used for encapsulating the reading and writing of data. More...
 
class  Ogre::FileHandleDataStream
 Common subclass of DataStream for handling data from C-style file handles. More...
 
class  Ogre::FileStreamDataStream
 Common subclass of DataStream for handling data from std::basic_istream. More...
 
class  Ogre::MemoryDataStream
 Common subclass of DataStream for handling data from chunks of memory. More...
 
class  Ogre::StaticCache< cacheSize >
 Template version of cache based on static array. More...
 

Namespaces

 Ogre
 

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

 

Macros

#define OGRE_STREAM_TEMP_SIZE   128
 

Typedefs

typedef list< DataStreamPtr >::type Ogre::DataStreamList
 List of DataStream items. More...
 
typedef SharedPtr< DataStreamList > Ogre::DataStreamListPtr
 Shared pointer to list of DataStream items. More...
 
typedef SharedPtr< DataStream > Ogre::DataStreamPtr
 Shared pointer to allow data streams to be passed around without worrying about deallocation. More...
 
typedef SharedPtr
< MemoryDataStream > 
Ogre::MemoryDataStreamPtr
 Shared pointer to allow memory data streams to be passed around without worrying about deallocation. More...
 

Macro Definition Documentation

#define OGRE_STREAM_TEMP_SIZE   128

Definition at line 192 of file OgreDataStream.h.