CMGDK r49-rc2
|
#include <hgl/io/InputStream.H>
#include <hgl/type/WideString.H>
#include <hgl/io/EndianDataInputStream.H>
组合类型 | |
class | hgl::io::DataInputStream |
名字空间 | |
namespace | hgl |
__MAKE_HGL__&&!__MAKE_PLUGIN__ | |
namespace | hgl::io |
宏定义 | |
#define | STREAM_READ(type, name) virtual bool Read##name(type &value){return(Read(&value,sizeof(type))==int64(sizeof(type)));} |