All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
osl::misc::BinaryReader< T >::State Struct Reference

Public Member Functions

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

Public Attributes

boost::iostreams::filtering_streambuf
< boost::iostreams::input > 
filter
 
boost::scoped_ptr< std::istream > in
 
boost::scoped_ptr
< boost::archive::text_iarchive > 
ia
 

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)
inlineexplicit

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

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: