NX 1.0.3
niu2x's base c++ helper library
载入中...
搜索中...
未找到
Public 成员函数 | 所有成员列表
nx::Read类 参考abstract

#include <type.h>

类 nx::Read 继承关系图:
Inheritance graph
[图例]

Public 成员函数

virtual ~Read ()=0
 
virtual ReadResult read (void *buffer, size_t bytes)=0
 
bool read_exact (void *buffer, size_t bytes)
 
ReadAllResult read_all ()
 

构造及析构函数说明

◆ ~Read()

virtual nx::Read::~Read ( )
pure virtual

成员函数说明

◆ read()

virtual ReadResult nx::Read::read ( void *  buffer,
size_t  bytes 
)
pure virtual

nx::file_system::File , 以及 nx::MemoryFile 内被实现.

◆ read_all()

ReadAllResult nx::Read::read_all ( )

◆ read_exact()

bool nx::Read::read_exact ( void *  buffer,
size_t  bytes 
)

该类的文档由以下文件生成: