|
OGRE
1.9.0
|
Definition of a chunk of data in a file. More...
#include <OgreStreamSerialiser.h>

Public Member Functions | |
| Chunk () | |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void * | operator new (size_t sz) |
| void * | operator new (size_t sz) |
| 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, const char *file, int line, const char *func) |
| operator new, with debug line info | |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new | |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new | |
| void * | operator new[] (size_t sz) |
| void * | operator new[] (size_t sz) |
| 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, const char *file, int line, const char *func) |
| array operator new, with debug line info | |
Public Attributes | |
| uint32 | id |
| Identifier of the chunk (for example from makeIdentifier) (stored) | |
| uint32 | length |
| Length of the chunk data in bytes, excluding the header of this chunk (stored) | |
| uint32 | offset |
| Location of the chunk (header) in bytes from the start of a stream (derived) | |
| uint16 | version |
| Version of the chunk (stored) | |
Definition of a chunk of data in a file.
Definition at line 91 of file OgreStreamSerialiser.h.
| Ogre::StreamSerialiser::Chunk::Chunk | ( | ) |
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
| uint32 Ogre::StreamSerialiser::Chunk::id |
Identifier of the chunk (for example from makeIdentifier) (stored)
Definition at line 94 of file OgreStreamSerialiser.h.
Referenced by Chunk().
| uint32 Ogre::StreamSerialiser::Chunk::length |
Length of the chunk data in bytes, excluding the header of this chunk (stored)
Definition at line 98 of file OgreStreamSerialiser.h.
Referenced by Chunk().
| uint32 Ogre::StreamSerialiser::Chunk::offset |
Location of the chunk (header) in bytes from the start of a stream (derived)
Definition at line 100 of file OgreStreamSerialiser.h.
Referenced by Chunk().
| uint16 Ogre::StreamSerialiser::Chunk::version |
Version of the chunk (stored)
Definition at line 96 of file OgreStreamSerialiser.h.
Referenced by Chunk().
1.13.2