構成 | Public メソッド | Static Public メソッド | Private 変数

クラス テンプレート osl::misc::BinaryReader< T >

#include <binaryIO.h>

すべてのメンバ一覧

構成

struct  State

Public メソッド

 BinaryReader (std::istream &is)
 ~BinaryReader ()
bool read (std::vector< T > &data)

Static Public メソッド

static size_t blockSize ()

Private 変数

std::unique_ptr< Statestate

説明

template<class T>
class osl::misc::BinaryReader< T >

binaryIO.h19 行で定義されています。


コンストラクタとデストラクタ

template<class T >
osl::misc::BinaryReader< T >::BinaryReader ( std::istream &  is  )  [explicit]

binaryIO.cc55 行で定義されています。

template<class T >
osl::misc::BinaryReader< T >::~BinaryReader (  ) 

binaryIO.cc60 行で定義されています。


関数

template<class T >
size_t osl::misc::BinaryReader< T >::blockSize (  )  [static]

binaryIO.cc96 行で定義されています。

template<class T >
bool osl::misc::BinaryReader< T >::read ( std::vector< T > &  data  ) 

binaryIO.cc90 行で定義されています。

参照先 osl::misc::BinaryReader< T >::state.


変数

template<class T >
std::unique_ptr<State> osl::misc::BinaryReader< T >::state [private]

binaryIO.h28 行で定義されています。

参照元 osl::misc::BinaryReader< T >::read().


このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義