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


Public Types | |
| typedef Common::FrTOC::PositionWithCache< std::string, FrTOCPosition::position_type > | base_type |
| typedef FrTOCPosition::n_type | nproc_type |
| typedef FrTOCPosition::position_type | position_type |
| typedef FrTOCPosition::info_type | proc_info_type |
| typedef FrTOCPosition::Map_type | MapProc_type |
| typedef Common::FrTOC::PositionWithCache< std::string, FrTOCPosition::position_type > | base_type |
| typedef FrTOCPosition::n_type | nproc_type |
| typedef FrTOCPosition::position_type | position_type |
| typedef FrTOCPosition::info_type | proc_info_type |
| typedef FrTOCPosition::Map_type | MapProc_type |
Public Member Functions | |
| FrTOCProcData () | |
| const MapProc_type & | GetProc () const |
| MapProc_type::const_iterator | GetProc (const std::string &Name) const |
| MapProc_type::const_iterator | GetProc (INT_4U index) const |
| void | QueryProc (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
| bool | operator== (const FrTOCProcData &RHS) const |
| FrTOCProcData () | |
| const MapProc_type & | GetProc () const |
| MapProc_type::const_iterator | GetProc (const std::string &Name) const |
| MapProc_type::const_iterator | GetProc (INT_4U index) const |
| void | QueryProc (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
| bool | operator== (const FrTOCProcData &RHS) const |
Static Public Member Functions | |
| static void | Description (Common::Description &Desc) |
| static void | Description (Common::Description &Desc) |
Protected Member Functions | |
| FrTOCProcData (Common::IStream &Stream, INT_4U FrameCount) | |
| void | forEach (Common::FrTOC::query_info_type Info, Common::FrTOC::FunctionBase &Action) const |
| Iterate over contents. | |
| void | write (Common::OStream &Stream) const |
| FrTOCProcData (Common::IStream &Stream, INT_4U FrameCount) | |
| void | forEach (Common::FrTOC::query_info_type Info, Common::FrTOC::FunctionBase &Action) const |
| Iterate over contents. | |
| void | write (Common::OStream &Stream) const |
| typedef Common::FrTOC:: PositionWithCache< std::string, FrTOCPosition::position_type > FrameCPP::Version_4::FrTOCProcData::base_type |
| typedef Common::FrTOC:: PositionWithCache< std::string, FrTOCPosition::position_type > FrameCPP::Version_4::FrTOCProcData::base_type |
|
inline |
|
inlineprotected |
| FrameCPP::Version_4::FrTOCProcData::FrTOCProcData | ( | ) |
|
protected |
|
static |
|
static |
|
protected |
Iterate over contents.
| [in] | Info | Specifies the type of information to be searched. |
| [in] | Action | Action to be taken for each piece of information found. |
This method allows for iterting over each element of information and allows the caller to gather information about each element.
|
protected |
Iterate over contents.
| [in] | Info | Specifies the type of information to be searched. |
| [in] | Action | Action to be taken for each piece of information found. |
|
inline |
| const MapProc_type & FrameCPP::Version_4::FrTOCProcData::GetProc | ( | ) | const |
|
inline |
| MapProc_type::const_iterator FrameCPP::Version_4::FrTOCProcData::GetProc | ( | const std::string & | Name | ) | const |
|
inline |
| MapProc_type::const_iterator FrameCPP::Version_4::FrTOCProcData::GetProc | ( | INT_4U | index | ) | const |
| bool FrameCPP::Version_4::FrTOCProcData::operator== | ( | const FrTOCProcData & | RHS | ) | const |
| bool FrameCPP::Version_4::FrTOCProcData::operator== | ( | const FrTOCProcData & | RHS | ) | const |
| void FrameCPP::Version_4::FrTOCProcData::QueryProc | ( | const Common::TOCInfo & | Info, |
| INT_4U | FrameOffset, | ||
| INT_8U | Position ) |
| void FrameCPP::Version_4::FrTOCProcData::QueryProc | ( | const Common::TOCInfo & | Info, |
| INT_4U | FrameOffset, | ||
| INT_8U | Position ) |
|
inlineprotected |
|
protected |