Namespaces | |
| Mesh | |
| Skeleton | |
Classes | |
| class | ChunkBase |
| class | DataStream |
Typedefs | |
| template<typename T > | |
| using | unique_ptr_vector = std::vector< std::unique_ptr< T > > |
Functions | |
| DEFINE_EXCEPTION (InsufficientData, "Premature end of data stream") | |
| DEFINE_EXCEPTION (MultipleSingletonChunks, "A singleton chunk was found multiple times") | |
| template<> | |
| std::string | DataStream::Peek< std::string > () const |
| template<> | |
| std::string | DataStream::Read< std::string > () |
| using Ogre::unique_ptr_vector = typedef std::vector<std::unique_ptr<T> > |
Definition at line 277 of file StdMeshLoaderBinaryChunks.h.
|
inline |
Definition at line 91 of file StdMeshLoaderDataStream.h.
|
inline |
Definition at line 100 of file StdMeshLoaderDataStream.h.
| Ogre::DEFINE_EXCEPTION | ( | InsufficientData | , |
| "Premature end of data stream" | |||
| ) |
| Ogre::DEFINE_EXCEPTION | ( | MultipleSingletonChunks | , |
| "A singleton chunk was found multiple times" | |||
| ) |