#include <seadStream.h>
Inherits sead::Stream.
Inherited by sead::RamReadStream.
◆ ReadStream()
| sead::ReadStream::ReadStream |
( |
| ) |
|
|
inline |
◆ ~ReadStream()
| virtual sead::ReadStream::~ReadStream |
( |
| ) |
|
|
inlinevirtual |
◆ readU8() [1/2]
| u8 sead::ReadStream::readU8 |
( |
| ) |
|
◆ readU16() [1/2]
| u16 sead::ReadStream::readU16 |
( |
| ) |
|
◆ readU32() [1/2]
| u32 sead::ReadStream::readU32 |
( |
| ) |
|
◆ readU64() [1/2]
| u64 sead::ReadStream::readU64 |
( |
| ) |
|
◆ readS8() [1/2]
| s8 sead::ReadStream::readS8 |
( |
| ) |
|
◆ readS16() [1/2]
| s16 sead::ReadStream::readS16 |
( |
| ) |
|
◆ readS32() [1/2]
| s32 sead::ReadStream::readS32 |
( |
| ) |
|
◆ readS64() [1/2]
| s64 sead::ReadStream::readS64 |
( |
| ) |
|
◆ readF32() [1/2]
| f32 sead::ReadStream::readF32 |
( |
| ) |
|
◆ readU8() [2/2]
| void sead::ReadStream::readU8 |
( |
u8 & | | ) |
|
◆ readU16() [2/2]
| void sead::ReadStream::readU16 |
( |
u16 & | | ) |
|
◆ readU32() [2/2]
| void sead::ReadStream::readU32 |
( |
u32 & | | ) |
|
◆ readU64() [2/2]
| void sead::ReadStream::readU64 |
( |
u64 & | | ) |
|
◆ readS8() [2/2]
| void sead::ReadStream::readS8 |
( |
s8 & | | ) |
|
◆ readS16() [2/2]
| void sead::ReadStream::readS16 |
( |
s16 & | | ) |
|
◆ readS32() [2/2]
| void sead::ReadStream::readS32 |
( |
s32 & | | ) |
|
◆ readS64() [2/2]
| void sead::ReadStream::readS64 |
( |
s64 & | | ) |
|
◆ readF32() [2/2]
| void sead::ReadStream::readF32 |
( |
f32 & | | ) |
|
◆ readBit()
| void sead::ReadStream::readBit |
( |
void * | , |
|
|
u32 | ) |
◆ readString()
◆ readMemBlock()
| void sead::ReadStream::readMemBlock |
( |
void * | , |
|
|
u32 | ) |
◆ readF32BitImpl_()
| f32 sead::ReadStream::readF32BitImpl_ |
( |
u32 | exp_bitnum, |
|
|
u32 | significand_bitnum ) |
|
protected |
◆ readF64BitImpl_()
| f32 sead::ReadStream::readF64BitImpl_ |
( |
u32 | exp_bitnum, |
|
|
u32 | significand_bitnum ) |
|
protected |
◆ cExpBitMax
| const u32 sead::ReadStream::cExpBitMax = 8 |
|
staticprotected |
◆ cSignficandBitMax
| const u32 sead::ReadStream::cSignficandBitMax = 23 |
|
staticprotected |