ldas-tools-framecpp 2.7.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
FrameCPP::Version_4::FrTOCProcData Class Reference

#include <FrTOCProcData.hh>

Inheritance diagram for FrameCPP::Version_4::FrTOCProcData:
Inheritance graph
[legend]
Collaboration diagram for FrameCPP::Version_4::FrTOCProcData:
Collaboration graph
[legend]

Public Types

typedef Common::FrTOC::PositionWithCache< STRING, FrTOCPosition::position_typebase_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< STRING, FrTOCPosition::position_typebase_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_typeGetProc () 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_typeGetProc () 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
 

Member Typedef Documentation

◆ base_type [1/2]

◆ base_type [2/2]

◆ MapProc_type [1/2]

◆ MapProc_type [2/2]

◆ nproc_type [1/2]

◆ nproc_type [2/2]

◆ position_type [1/2]

◆ position_type [2/2]

◆ proc_info_type [1/2]

◆ proc_info_type [2/2]

Constructor & Destructor Documentation

◆ FrTOCProcData() [1/4]

FrameCPP::Version_4::FrTOCProcData::FrTOCProcData ( )
inline

◆ FrTOCProcData() [2/4]

FrameCPP::Version_4::FrTOCProcData::FrTOCProcData ( Common::IStream & Stream,
INT_4U FrameCount )
inlineprotected

◆ FrTOCProcData() [3/4]

FrameCPP::Version_4::FrTOCProcData::FrTOCProcData ( )

◆ FrTOCProcData() [4/4]

FrameCPP::Version_4::FrTOCProcData::FrTOCProcData ( Common::IStream & Stream,
INT_4U FrameCount )
protected

Member Function Documentation

◆ Description() [1/2]

void FrameCPP::Version_4::FrTOCProcData::Description ( Common::Description & Desc)
static

◆ Description() [2/2]

static void FrameCPP::Version_4::FrTOCProcData::Description ( Common::Description & Desc)
static

◆ forEach() [1/2]

void FrameCPP::Version_4::FrTOCProcData::forEach ( Common::FrTOC::query_info_type Info,
Common::FrTOC::FunctionBase & Action ) const
protected

Iterate over contents.

Parameters
[in]InfoSpecifies the type of information to be searched.
[in]ActionAction 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.

◆ forEach() [2/2]

void FrameCPP::Version_4::FrTOCProcData::forEach ( Common::FrTOC::query_info_type Info,
Common::FrTOC::FunctionBase & Action ) const
protected

Iterate over contents.

Parameters
[in]InfoSpecifies the type of information to be searched.
[in]ActionAction to be taken for each piece of information found.

◆ GetProc() [1/6]

const FrTOCProcData::MapProc_type & FrameCPP::Version_4::FrTOCProcData::GetProc ( ) const
inline

◆ GetProc() [2/6]

const MapProc_type & FrameCPP::Version_4::FrTOCProcData::GetProc ( ) const

◆ GetProc() [3/6]

FrTOCProcData::MapProc_type::const_iterator FrameCPP::Version_4::FrTOCProcData::GetProc ( const std::string & Name) const
inline

◆ GetProc() [4/6]

MapProc_type::const_iterator FrameCPP::Version_4::FrTOCProcData::GetProc ( const std::string & Name) const

◆ GetProc() [5/6]

FrTOCProcData::MapProc_type::const_iterator FrameCPP::Version_4::FrTOCProcData::GetProc ( INT_4U index) const
inline

◆ GetProc() [6/6]

MapProc_type::const_iterator FrameCPP::Version_4::FrTOCProcData::GetProc ( INT_4U index) const

◆ operator==() [1/2]

bool FrameCPP::Version_4::FrTOCProcData::operator== ( const FrTOCProcData & RHS) const

◆ operator==() [2/2]

bool FrameCPP::Version_4::FrTOCProcData::operator== ( const FrTOCProcData & RHS) const

◆ QueryProc() [1/2]

void FrameCPP::Version_4::FrTOCProcData::QueryProc ( const Common::TOCInfo & Info,
INT_4U FrameOffset,
INT_8U Position )

◆ QueryProc() [2/2]

void FrameCPP::Version_4::FrTOCProcData::QueryProc ( const Common::TOCInfo & Info,
INT_4U FrameOffset,
INT_8U Position )

◆ write() [1/2]

void FrameCPP::Version_4::FrTOCProcData::write ( Common::OStream & Stream) const
inlineprotected

◆ write() [2/2]

void FrameCPP::Version_4::FrTOCProcData::write ( Common::OStream & Stream) const
protected

The documentation for this class was generated from the following files: