My Project
|
#include <binaryIO.h>
Classes | |
struct | State |
Public Member Functions | |
BinaryElementReader (std::istream &is) | |
~BinaryElementReader () | |
T | read () |
bool | hasNext () const |
bool | failed () const |
Private Attributes | |
std::unique_ptr< State > | state |
Definition at line 33 of file binaryIO.h.
|
explicit |
Definition at line 141 of file binaryIO.cc.
osl::misc::BinaryElementReader< T >::~BinaryElementReader | ( | ) |
Definition at line 146 of file binaryIO.cc.
bool osl::misc::BinaryElementReader< T >::failed | ( | ) | const |
Definition at line 156 of file binaryIO.cc.
Referenced by osl::misc::BinaryElementReader< T >::State< T >::tryRead().
bool osl::misc::BinaryElementReader< T >::hasNext | ( | ) | const |
Definition at line 150 of file binaryIO.cc.
Referenced by osl::move_probability::FeatureSet::load_binary(), and osl::misc::BinaryElementReader< T >::State< T >::read().
T osl::misc::BinaryElementReader< T >::read | ( | ) |
Definition at line 162 of file binaryIO.cc.
Referenced by osl::move_probability::FeatureSet::load_binary().
|
private |
Definition at line 44 of file binaryIO.h.