Class Index | Cross Index | Namespace Index |
FrameReader
Contained in: FrameCPP::Version_3_4_5
Derived from:
FrameCPP::Version_3_4_5::FrameReaderBase
FrameCPP::VFrameReader
Derived by:
none
#include "../../../../../lib/framecpp/src/Version3_4_5/framereader.hh"
public function member index: |
|||
inline | FrameReader | (std::istream& in, bool autoReset = false); | Constructor |
virtual | ~FrameReader | (); | Destructor |
inline bool | isEndOfFile | () const; | See if FrEndOfFile structure was read, ie. the end of frame file reached |
inline Frame* | readFrame | (); | Read a Frame |
Exceptions:
Exception | Description |
read_failure | Read failed. |
read_failure | Read failed. |
Exceptions:
Exception | Description |
None. |
Return value:
boolTrue if FrEndOfFile was read.
Exceptions:
Exception | Description |
None. | |
None |
Return value:
Frame*Newly allocated.
Exceptions:
Exception | Description |
std::bad_alloc | Memory allocation failed. |
read_failure | Read failed. |
std::bad_alloc | Out of memory. |
read_failure | Read failed. |