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