CMGDK r49-rc2
|
组合类型 | |
class | hgl::io::DirectDataOutputStream |
class | hgl::io::SwapDataOutputStream |
名字空间 | |
namespace | hgl |
__MAKE_HGL__&&!__MAKE_PLUGIN__ | |
namespace | hgl::io |
宏定义 | |
#define | STREAM_DIRECT_WRITE(type, name) virtual bool Write##name(const type &value){return(Write(&value,sizeof(type))==sizeof(type));} |
#define | STREAM_SWAP_WRITE(type, name) |
类型定义 | |
typedef DirectDataOutputStream | hgl::io::LEDataOutputStream |
typedef SwapDataOutputStream | hgl::io::BEDataOutputStream |
#define STREAM_DIRECT_WRITE | ( | type, | |
name | |||
) | virtual bool Write##name(const type &value){return(Write(&value,sizeof(type))==sizeof(type));} |