All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
osl::misc::BinaryElementReader< T >::State Struct Reference

List of all members.

Public Member Functions

 State (std::istream &is)
bool hasNext ()
read ()
void tryRead ()

Public Attributes

BinaryReader< T > reader
std::vector< T > data
size_t cur
bool failed

Detailed Description

template<class T>
struct osl::misc::BinaryElementReader< T >::State

Definition at line 102 of file binaryIO.cc.


Constructor & Destructor Documentation

template<class T >
osl::misc::BinaryElementReader< T >::State::State ( std::istream &  is) [inline, explicit]

Definition at line 108 of file binaryIO.cc.


Member Function Documentation

template<class T >
bool osl::misc::BinaryElementReader< T >::State::hasNext ( ) [inline]

Definition at line 111 of file binaryIO.cc.

template<class T >
T osl::misc::BinaryElementReader< T >::State::read ( ) [inline]

Definition at line 116 of file binaryIO.cc.

template<class T >
void osl::misc::BinaryElementReader< T >::State::tryRead ( ) [inline]

Definition at line 122 of file binaryIO.cc.

References osl::OslConfig::verbose().


Member Data Documentation

template<class T >
size_t osl::misc::BinaryElementReader< T >::State::cur

Definition at line 106 of file binaryIO.cc.

template<class T >
std::vector<T> osl::misc::BinaryElementReader< T >::State::data

Definition at line 105 of file binaryIO.cc.

template<class T >
bool osl::misc::BinaryElementReader< T >::State::failed

Definition at line 107 of file binaryIO.cc.

Definition at line 104 of file binaryIO.cc.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines