Jolt Physics
A multi core friendly Game Physics Engine
|
Base class for object stream input and output streams. More...
#include <ObjectStream.h>
Public Types | |
enum class | EStreamType { Text , Binary } |
Stream type. More... | |
Protected Types | |
using | Identifier = uint32 |
Identifier for objects. More... | |
Protected Member Functions | |
virtual | ~ObjectStream ()=default |
Destructor. More... | |
Static Protected Attributes | |
static constexpr int | sVersion = 1 |
static constexpr int | sRevision = 0 |
static constexpr Identifier | sNullIdentifier = 0 |
Additional Inherited Members | |
Public Member Functions inherited from NonCopyable | |
NonCopyable ()=default | |
NonCopyable (const NonCopyable &)=delete | |
void | operator= (const NonCopyable &)=delete |
Base class for object stream input and output streams.
|
protected |
Identifier for objects.
|
strong |
|
protectedvirtualdefault |
Destructor.
|
staticconstexprprotected |
|
staticconstexprprotected |
|
staticconstexprprotected |