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 |
Definition at line 65 of file binaryIO.cc.
|
inlineexplicit |
Definition at line 70 of file binaryIO.cc.
|
inline |
Definition at line 79 of file binaryIO.cc.
boost::iostreams::filtering_streambuf<boost::iostreams::input> osl::misc::BinaryReader< T >::State::filter |
Definition at line 67 of file binaryIO.cc.
boost::scoped_ptr<boost::archive::text_iarchive> osl::misc::BinaryReader< T >::State::ia |
Definition at line 69 of file binaryIO.cc.
boost::scoped_ptr<std::istream> osl::misc::BinaryReader< T >::State::in |
Definition at line 68 of file binaryIO.cc.