#include <IOStream.h>
◆ IOStreamCallback
| void(*) nw4hbm::ut::IOStream::IOStreamCallback(s32 result, IOStream *pStream, void *pCallbackArg) |
◆ IOStream()
| nw4hbm::ut::IOStream::IOStream |
( |
| ) |
|
|
inline |
◆ ~IOStream()
| virtual nw4hbm::ut::IOStream::~IOStream |
( |
| ) |
|
|
inlinevirtual |
◆ CanAsync()
| virtual bool nw4hbm::ut::IOStream::CanAsync |
( |
| ) |
const |
|
pure virtual |
◆ CanRead()
| virtual bool nw4hbm::ut::IOStream::CanRead |
( |
| ) |
const |
|
pure virtual |
◆ CanWrite()
| virtual bool nw4hbm::ut::IOStream::CanWrite |
( |
| ) |
const |
|
pure virtual |
◆ Close()
| virtual void nw4hbm::ut::IOStream::Close |
( |
| ) |
|
|
pure virtual |
◆ GetBufferAlign()
| virtual u32 nw4hbm::ut::IOStream::GetBufferAlign |
( |
| ) |
const |
|
inlinevirtual |
◆ GetOffsetAlign()
| virtual u32 nw4hbm::ut::IOStream::GetOffsetAlign |
( |
| ) |
const |
|
inlinevirtual |
◆ GetSizeAlign()
| virtual u32 nw4hbm::ut::IOStream::GetSizeAlign |
( |
| ) |
const |
|
inlinevirtual |
◆ IsAvailable()
| bool nw4hbm::ut::IOStream::IsAvailable |
( |
| ) |
const |
|
inline |
◆ IsBusy()
| bool nw4hbm::ut::IOStream::IsBusy |
( |
| ) |
const |
|
virtual |
◆ Read()
| s32 nw4hbm::ut::IOStream::Read |
( |
void * | pDst, |
|
|
u32 | size ) |
|
virtual |
◆ ReadAsync()
| bool nw4hbm::ut::IOStream::ReadAsync |
( |
void * | pDst, |
|
|
u32 | size, |
|
|
IOStreamCallback | pCallback, |
|
|
void * | pCallbackArg ) |
|
virtual |
◆ Write()
| void nw4hbm::ut::IOStream::Write |
( |
const void * | pSrc, |
|
|
u32 | size ) |
|
virtual |
◆ WriteAsync()
| bool nw4hbm::ut::IOStream::WriteAsync |
( |
const void * | pSrc, |
|
|
u32 | size, |
|
|
IOStreamCallback | pCallback, |
|
|
void * | pCallbackArg ) |
|
virtual |
◆ mArg
| void* nw4hbm::ut::IOStream::mArg |
|
protected |
◆ mAsyncResult
| s32 nw4hbm::ut::IOStream::mAsyncResult |
|
protected |
◆ mAvailable
| bool nw4hbm::ut::IOStream::mAvailable |
|
protected |
◆ mCallback
◆ NW4HBM_UT_RUNTIME_TYPEINFO
| nw4hbm::ut::IOStream::NW4HBM_UT_RUNTIME_TYPEINFO |
The documentation for this class was generated from the following files: