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

List of all members.

Public Member Functions

 State (std::istream &is)
bool read_vector (std::vector< T > &data)

Public Attributes

boost::scoped_ptr< std::istream > in
boost::scoped_ptr
< boost::archive::text_iarchive > 
ia

Static Public Attributes

boost::iostreams::filtering_streambuf
< boost::iostreams::input > 
filter

Detailed Description

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

Definition at line 65 of file binaryIO.cc.


Constructor & Destructor Documentation

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

Definition at line 70 of file binaryIO.cc.


Member Function Documentation

template<class T>
bool osl::misc::BinaryReader< T >::State::read_vector ( std::vector< T > &  data) [inline]

Definition at line 79 of file binaryIO.cc.


Member Data Documentation

template<class T>
boost::iostreams::filtering_streambuf<boost::iostreams::input> osl::misc::BinaryReader< T >::State::filter [static]

Definition at line 67 of file binaryIO.cc.

template<class T>
boost::scoped_ptr<boost::archive::text_iarchive> osl::misc::BinaryReader< T >::State::ia

Definition at line 69 of file binaryIO.cc.

template<class T>
boost::scoped_ptr<std::istream> osl::misc::BinaryReader< T >::State::in

Definition at line 68 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