#include <FrTOCSerDataClassicIO.hh>
Classes | |
struct | byte_counter |
struct | deflate |
struct | inflate |
Public Types | |
typedef INT_4U | frame_count_type |
typedef INT_4U | frame_count_type |
typedef INT_4U | n_type |
typedef INT_4U | n_type |
typedef std::string | name_type |
typedef std::string | name_type |
typedef INT_8U | position_type |
typedef INT_8U | position_type |
typedef std::vector< position_type > | info_type |
typedef std::vector< position_type > | info_type |
typedef std::map< name_type, info_type > | MapSer_type |
typedef std::map< name_type, info_type > | MapSer_type |
typedef std::vector< name_type > | key_container_type |
typedef std::vector< name_type > | key_container_type |
Public Member Functions | |
FrTOCSerDataClassicIO ()=default | |
Common::FrameSpec::size_type | Bytes (const stream_base_type &Stream) const |
void | Load (istream_type &Stream, INT_4U FrameCount) |
Read contents from stream. | |
FrTOCSerDataClassicIO & | operator= (const Previous::FrTOCImpl::FrTOCSerDataClassicIO &Source) |
void | QuerySer (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrSerData being written. | |
FrTOCSerDataClassicIO ()=default | |
Common::FrameSpec::size_type | Bytes (const stream_base_type &Stream) const |
void | Load (istream_type &Stream, INT_4U FrameCount) |
Read contents from stream. | |
FrTOCSerDataClassicIO & | operator= (const Previous::FrTOCImpl::FrTOCSerDataClassicIO &Source) |
void | QuerySer (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrSerData being written. | |
const key_container_type & | GetPositionKeys () const |
const key_container_type & | GetPositionKeys () const |
const MapSer_type & | GetSer () const |
Return all channels. | |
MapSer_type::const_iterator | GetSer (const std::string &Channel) const |
Return the indexed data for a named channel. | |
MapSer_type::const_iterator | GetSer (INT_4U Channel) const |
Return the indexed data for a named channel. | |
const MapSer_type & | GetSer () const |
Return all channels. | |
MapSer_type::const_iterator | GetSer (const std::string &Channel) const |
Return the indexed data for a named channel. | |
MapSer_type::const_iterator | GetSer (INT_4U Channel) const |
Return the indexed data for a named channel. | |
Static Public Member Functions | |
template<typename SE> | |
static void | Description (Common::Description &Desc) |
The description of structure. | |
template<typename SE> | |
static void | Description (Common::Description &Desc) |
The description of structure. | |
Protected Types | |
typedef STRING | io_name_type |
typedef std::vector< io_name_type > | io_key_container_type |
typedef STRING | io_name_type |
typedef std::vector< io_name_type > | io_key_container_type |
Protected Member Functions | |
const io_key_container_type & | GetIOPositionKeys () const |
void | write (ostream_type &Stream) const |
Write the structure to the stream. | |
const io_key_container_type & | GetIOPositionKeys () const |
void | write (ostream_type &Stream) const |
Write the structure to the stream. | |
Protected Attributes | |
io_key_container_type | m_io_keys |
key_container_type | m_keys |
MapSer_type | m_info |
Private Attributes | |
Common::FrTOC::cmn_name_container_type | name_keys |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protected |
|
protected |
|
protected |
|
protected |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
default |
|
default |
|
inline |
|
inline |
|
inlinestatic |
The description of structure.
|
inlinestatic |
The description of structure.
|
inlineprotected |
|
inlineprotected |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The numeric offset of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The numeric offset of the channel. |
|
inline |
Read contents from stream.
[in] | Stream | The stream from which the object is being read. |
|
inline |
Read contents from stream.
[in] | Stream | The stream from which the object is being read. |
|
inline |
|
inline |
|
inline |
Gather TOC info for FrSerData 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. |
|
inline |
Gather TOC info for FrSerData 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. |
|
inlineprotected |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
protectedinherited |
|
protected |
|
protectedinherited |
|
private |