Jolt Physics
A multi core friendly Game Physics Engine
|
This is the complete list of members for StreamIn, including all inherited members.
IsEOF() const =0 | StreamIn | pure virtual |
IsFailed() const =0 | StreamIn | pure virtual |
NonCopyable()=default | NonCopyable | |
NonCopyable(const NonCopyable &)=delete | NonCopyable | |
operator=(const NonCopyable &)=delete | NonCopyable | |
Read(T &outT) | StreamIn | inline |
Read(std::vector< T, A > &outT) | StreamIn | inline |
Read(std::basic_string< Type, Traits, Allocator > &outString) | StreamIn | inline |
Read(std::vector< T, A > &outT, const F &inReadElement) | StreamIn | inline |
Read(Vec3 &outVec) | StreamIn | inline |
Read(DVec3 &outVec) | StreamIn | inline |
Read(DMat44 &outVec) | StreamIn | inline |
ReadBytes(void *outData, size_t inNumBytes)=0 | StreamIn | pure virtual |
~StreamIn()=default | StreamIn | virtual |