NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Definition at line 26 of file snd_McsSoundArchive.h.
Private Member Functions | |
virtual ut::detail::RuntimeTypeInfo const * | GetRuntimeTypeInfo () const |
virtual void | Close () |
virtual s32 | Read (void *, ulong) |
virtual bool | IsBusy () const |
virtual bool | CanAsync () const |
virtual bool | CanRead () const |
virtual bool | CanWrite () const |
virtual ulong | GetSize () const |
virtual void | Seek (s32, ulong) |
virtual void | Cancel () |
virtual bool | CancelAsync (StreamCallback *, void *) |
virtual bool | CanSeek () const |
virtual bool | CanCancel () const |
virtual ulong | Tell () const |
Additional Inherited Members | |
![]() | |
enum | SeekOrigin { SEEK_BEG , SEEK_CUR , SEEK_END } |
![]() | |
typedef void(* | StreamCallback) (s32 result, IOStream *pStream, void *pCallbackArg) |
![]() | |
NW4R_UT_RTTI_DECL (FileStream) | |
virtual bool | CancelAsync (StreamCallback pCallback, void *pCallbackArg) |
![]() | |
NW4R_UT_RTTI_DECL (IOStream) | |
virtual bool | ReadAsync (void *pDst, ulong size, StreamCallback pCallback, void *pCallbackArg) |
virtual void | Write (const void *pSrc, ulong size) |
virtual bool | WriteAsync (const void *pSrc, ulong size, StreamCallback pCallback, void *pCallbackArg) |
virtual ulong | GetOffsetAlign () const |
virtual ulong | GetSizeAlign () const |
virtual ulong | GetBufferAlign () const |
bool | IsAvailable () const |
![]() | |
bool | mAvailable |
s32 | mAsyncResult |
StreamCallback | mCallback |
void * | mArg |
|
inlineprivatevirtual |
Definition at line 29 of file snd_McsSoundArchive.h.
|
inlineprivatevirtual |
Implements nw4r::ut::IOStream.
Definition at line 30 of file snd_McsSoundArchive.h.
|
inlineprivatevirtual |
Implements nw4r::ut::IOStream.
Definition at line 31 of file snd_McsSoundArchive.h.
|
inlineprivatevirtual |
Reimplemented from nw4r::ut::IOStream.
Definition at line 32 of file snd_McsSoundArchive.h.
|
inlineprivatevirtual |
Implements nw4r::ut::IOStream.
Definition at line 33 of file snd_McsSoundArchive.h.
|
inlineprivatevirtual |
Implements nw4r::ut::IOStream.
Definition at line 34 of file snd_McsSoundArchive.h.
|
inlineprivatevirtual |
Implements nw4r::ut::IOStream.
Definition at line 35 of file snd_McsSoundArchive.h.
|
inlineprivatevirtual |
Implements nw4r::ut::FileStream.
Definition at line 36 of file snd_McsSoundArchive.h.
|
inlineprivatevirtual |
Reimplemented from nw4r::ut::FileStream.
Definition at line 37 of file snd_McsSoundArchive.h.
|
inlineprivatevirtual |
Reimplemented from nw4r::ut::FileStream.
Definition at line 38 of file snd_McsSoundArchive.h.
|
inlineprivatevirtual |
Definition at line 39 of file snd_McsSoundArchive.h.
|
inlineprivatevirtual |
Implements nw4r::ut::FileStream.
Definition at line 40 of file snd_McsSoundArchive.h.
|
inlineprivatevirtual |
Implements nw4r::ut::FileStream.
Definition at line 41 of file snd_McsSoundArchive.h.
|
inlineprivatevirtual |
Implements nw4r::ut::FileStream.
Definition at line 42 of file snd_McsSoundArchive.h.