#include "OgrePrerequisites.h"
#include "OgreString.h"
#include "OgreSharedPtr.h"
#include <istream>
Go to the source code of this file.
Namespaces | |
namespace | Ogre |
Defines | |
#define | OGRE_STREAM_TEMP_SIZE 128 |
Typedefs | |
typedef SharedPtr< DataStream > | DataStreamPtr |
Shared pointer to allow data streams to be passed around without worrying about deallocation. | |
typedef std::list< DataStreamPtr > | DataStreamList |
List of DataStream items. | |
typedef SharedPtr< DataStreamList > | DataStreamListPtr |
Shared pointer to list of DataStream items. | |
typedef SharedPtr< MemoryDataStream > | MemoryDataStreamPtr |
Shared pointer to allow memory data streams to be passed around without worrying about deallocation. |
|
Definition at line 61 of file OgreDataStream.h. |
|
List of DataStream items.
Definition at line 159 of file OgreDataStream.h. |
|
Shared pointer to list of DataStream items.
Definition at line 161 of file OgreDataStream.h. |
|
Shared pointer to allow data streams to be passed around without worrying about deallocation.
Definition at line 156 of file OgreDataStream.h. |
|
Shared pointer to allow memory data streams to be passed around without worrying about deallocation.
Definition at line 313 of file OgreDataStream.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Jan 21 10:01:40 2007