A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
EGG::Stream Member List

This is the complete list of members for EGG::Stream, including all inherited members.

bad() const =0 (defined in EGG::Stream)EGG::Streampure virtual
eof() const =0 (defined in EGG::Stream)EGG::Streampure virtual
index() const (defined in EGG::Stream)EGG::Streaminline
jump(u32 index) (defined in EGG::Stream)EGG::Stream
m_endian (defined in EGG::Stream)EGG::Streamprotected
m_index (defined in EGG::Stream)EGG::Streamprotected
read(void *output, u32 size)=0 (defined in EGG::Stream)EGG::Streampure virtual
read() (defined in EGG::Stream)EGG::Streaminlineprivate
read_f32() (defined in EGG::Stream)EGG::Stream
read_f64() (defined in EGG::Stream)EGG::Stream
read_s16() (defined in EGG::Stream)EGG::Stream
read_s32() (defined in EGG::Stream)EGG::Stream
read_s64() (defined in EGG::Stream)EGG::Stream
read_s8() (defined in EGG::Stream)EGG::Stream
read_u16() (defined in EGG::Stream)EGG::Stream
read_u32() (defined in EGG::Stream)EGG::Stream
read_u64() (defined in EGG::Stream)EGG::Stream
read_u8() (defined in EGG::Stream)EGG::Stream
safe(u32 size) const =0 (defined in EGG::Stream)EGG::Streampure virtual
setEndian(std::endian endian) (defined in EGG::Stream)EGG::Streaminline
skip(u32 count) (defined in EGG::Stream)EGG::Stream
Stream() (defined in EGG::Stream)EGG::Stream
write(void *input, u32 size)=0 (defined in EGG::Stream)EGG::Streampure virtual
~Stream() (defined in EGG::Stream)EGG::Streamvirtual