|
ldas-tools-framecpp 3.0.4
|
#include <FrTOCStatDataClassicIO.hh>


Public Member Functions | |
| FrTOCStatDataClassicIO ()=default | |
| Default constructor. | |
| Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
| Number of bytes needed to write this structure. | |
| const FrTOCStatDataClassicIO & | operator= (const Previous::FrTOCImpl::FrTOCStatDataClassicIO &Source) |
| asignment operator | |
| FrTOCStatDataClassicIO & | operator= (FrTOCStatDataClassicIO &&TOC) |
| void | Load (istream_type &Stream) |
| Read contents from stream. | |
| void | QueryStatData (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
| Gather TOC info for FrStatData being written. | |
Static Public Member Functions | |
| template<typename SE> | |
| static void | Description (Common::Description &Desc) |
| The description of structure. | |
Protected Member Functions | |
| void | write (ostream_type &Stream) const |
| Write the structure to the stream. | |
|
default |
Default constructor.
|
inline |
Number of bytes needed to write this structure.
| [in] | Stream | The stream from which to the object is being read or written. |
|
inlinestatic |
The description of structure.
| [out] | Desc | Storage for the description of the structure. |
|
inline |
Read contents from stream.
| [in] | Stream | The stream from which the object is being read. |
|
inline |
asignment operator
| [in] | Source | The source to be copied. |
|
inline |
|
inline |
Gather TOC info for FrStatData being written.
| [in] | Info | Information |
| [in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
| [in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineprotected |
Write the structure to the stream.
| [in] | Stream | The output stream where the object is to be written. |