CrossFramework Library
|
#include <XBase/PODStruct.hpp>
PODClassの既定クラスとなる構造体。
バイナリデータの定義で使うことを想定しています。
typedef T | ValueType |
値の型名。 | |
static const ValueType | DefaultValue () |
既定値(0で初期化された値)を取得する。 | |
const ValueType | get () const |
コピーされた値を取得。 | |
operator const ValueType & () const | |
暗黙変換の実装。 | |
operator ValueType & () | |
暗黙変換の実装。 | |
ValueType * | ptr () |
const ValueType * | ptr () const |
値のポインタを取得。 | |
const ValueType & | readRef () const |
値の参照を取得。 | |
const ValueType & | ref () const |
ValueType & | ref () |