ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
FrameCPP::Version_9::FrTableImpl::SerialIO< FR_VECT_T > Class Template Reference

#include <FrTableSerialIO.hh>

Inheritance diagram for FrameCPP::Version_9::FrTableImpl::SerialIO< FR_VECT_T >:
Collaboration diagram for FrameCPP::Version_9::FrTableImpl::SerialIO< FR_VECT_T >:

Public Types

typedef std::string name_type
typedef std::string name_type
typedef std::string comment_type
typedef std::string comment_type
typedef INT_2U nColumn_type
typedef INT_2U nColumn_type
typedef INT_4U nRow_type
typedef INT_4U nRow_type
typedef const char *const struct_name_type
typedef const char *const struct_name_type
typedef const char *const struct_desc_type
typedef const char *const struct_desc_type
typedef INT_2U const struct_id_type
typedef INT_2U const struct_id_type
typedef PTR_STRUCT ptr_struct_type
typedef Common::SearchContainer< FrVect, &FrVect::GetName > column_type
typedef column_type::iterator iterator
typedef column_type::const_iterator const_iterator
typedef std::vector< STRINGcolumn_name_container_type
 Collection of column names.

Public Member Functions

 SerialIO ()
 SerialIO ()
column_name_container_type GetColumnName () const
 Retrieve the list of column names.
column_name_container_type GetColumnName () const
 Retrieve the list of column names.
nColumn_type GetNColumn () const
 Retrieve the number of columns.
nColumn_type GetNColumn () const
 Retrieve the number of columns.
nRow_type GetNRow () const
 Retrieve the number of rows.
nRow_type GetNRow () const
 Retrieve the number of rows.
const column_typeRefColumn () const
 Retrieve reference to columns.
column_typeRefColumn ()
 Retrieve reference to columns.
const column_typeRefColumn () const
 Retrieve reference to columns.
column_typeRefColumn ()
 Retrieve reference to columns.
bool operator== (const FrTablePST &RHS)
bool operator== (const FrTablePST &RHS)

Static Public Member Functions

static struct_name_type FrameSpecName ()
static struct_name_type FrameSpecName ()
static struct_name_type StructName ()
static struct_name_type StructName ()
static struct_desc_type FrameSpecDescription ()
 Return the dictionary name of the structure.
static struct_desc_type FrameSpecDescription ()
 Return the dictionary name of the structure.
static struct_id_type FrameSpecId ()
 Return the dictionary name of the structure.
static struct_id_type FrameSpecId ()
 Return the dictionary name of the structure.

Static Public Attributes

static struct_name_type struct_name
static struct_desc_type struct_desc
static struct_id_type struct_id
static const INT_2U MAX_REF

Protected Attributes

refs_type m_refs

Member Typedef Documentation

◆ column_name_container_type

typedef std::vector< STRING > FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::column_name_container_type
inherited

Collection of column names.

This storage class is used to abstract the container type used to maintain the collection of column names used in the table. The container maintains the column order of the column names.

◆ column_type

typedef Common::SearchContainer< FrVect, &FrVect::GetName > FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::column_type
inherited

◆ comment_type [1/2]

◆ comment_type [2/2]

◆ const_iterator

typedef column_type::const_iterator FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::const_iterator
inherited

◆ iterator

◆ name_type [1/2]

◆ name_type [2/2]

◆ nColumn_type [1/2]

◆ nColumn_type [2/2]

◆ nRow_type [1/2]

◆ nRow_type [2/2]

◆ ptr_struct_type

typedef PTR_STRUCT FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::ptr_struct_type
inherited

◆ struct_desc_type [1/2]

template<typename Object_T>
typedef const char* const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_desc_type
inherited

◆ struct_desc_type [2/2]

template<typename Object_T>
typedef const char* const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_desc_type
inherited

◆ struct_id_type [1/2]

template<typename Object_T>
typedef INT_2U const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_id_type
inherited

◆ struct_id_type [2/2]

template<typename Object_T>
typedef INT_2U const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_id_type
inherited

◆ struct_name_type [1/2]

template<typename Object_T>
typedef const char* const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_name_type
inherited

◆ struct_name_type [2/2]

template<typename Object_T>
typedef const char* const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_name_type
inherited

Constructor & Destructor Documentation

◆ SerialIO() [1/2]

template<typename FR_VECT_T>
FrameCPP::Version_9::FrTableImpl::SerialIO< FR_VECT_T >::SerialIO ( )
inline

◆ SerialIO() [2/2]

template<typename FR_VECT_T>
FrameCPP::Version_9::FrTableImpl::SerialIO< FR_VECT_T >::SerialIO ( )
inline

Member Function Documentation

◆ FrameSpecDescription() [1/2]

template<typename Object_T>
struct_desc_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecDescription ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecDescription() [2/2]

template<typename Object_T>
struct_desc_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecDescription ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecId() [1/2]

template<typename Object_T>
struct_id_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecId ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecId() [2/2]

template<typename Object_T>
struct_id_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecId ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecName() [1/2]

template<typename Object_T>
struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecName ( )
inlinestaticinherited

◆ FrameSpecName() [2/2]

template<typename Object_T>
struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecName ( )
inlinestaticinherited

◆ GetColumnName() [1/2]

column_name_container_type FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::GetColumnName ( ) const
inlineinherited

Retrieve the list of column names.

Returns
The set of column names in column order.

◆ GetColumnName() [2/2]

column_name_container_type FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::GetColumnName ( ) const
inlineinherited

Retrieve the list of column names.

Returns
The set of column names in column order.

◆ GetNColumn() [1/2]

nColumn_type FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::GetNColumn ( ) const
inlineinherited

Retrieve the number of columns.

Returns
The number of columns in the table.

◆ GetNColumn() [2/2]

nColumn_type FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::GetNColumn ( ) const
inlineinherited

Retrieve the number of columns.

Returns
The number of columns in the table.

◆ GetNRow() [1/2]

nRow_type FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::GetNRow ( ) const
inlineinherited

Retrieve the number of rows.

Returns
The number of rows in the table.

◆ GetNRow() [2/2]

nRow_type FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::GetNRow ( ) const
inlineinherited

Retrieve the number of rows.

Returns
The number of rows in the table.

◆ operator==() [1/2]

bool FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::operator== ( const FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > > & RHS)
inherited

◆ operator==() [2/2]

bool FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::operator== ( const FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > > & RHS)
inherited

◆ RefColumn() [1/4]

column_type & FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::RefColumn ( )
inherited

Retrieve reference to columns.

Returns
A reference to the container of columns.

◆ RefColumn() [2/4]

column_type & FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::RefColumn ( )
inherited

Retrieve reference to columns.

Returns
A reference to the container of columns.

◆ RefColumn() [3/4]

const column_type & FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::RefColumn ( ) const
inherited

Retrieve reference to columns.

Returns
A constant reference to the container of columns.

◆ RefColumn() [4/4]

const column_type & FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::RefColumn ( ) const
inherited

Retrieve reference to columns.

Returns
A constant reference to the container of columns.

◆ StructName() [1/2]

template<typename Object_T>
struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::StructName ( )
inlinestaticinherited

◆ StructName() [2/2]

template<typename Object_T>
struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::StructName ( )
inlinestaticinherited

Member Data Documentation

◆ m_refs

refs_type FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::m_refs
protectedinherited

◆ MAX_REF

const INT_2U FrameCPP::Version_4::FrTablePST< PTR_STRUCT, Common::SearchContainer< FrVect, &FrVect::GetName > >::MAX_REF
staticinherited

◆ struct_desc

template<typename Object_T>
struct_desc_type FrameCPP::v3::FrObjectMetaData< Object_T >::struct_desc
staticinherited

◆ struct_id

template<typename Object_T>
struct_id_type FrameCPP::v3::FrObjectMetaData< Object_T >::struct_id
staticinherited

◆ struct_name

template<typename Object_T>
struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::struct_name
staticinherited

The documentation for this class was generated from the following files:
  • /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4-build/ldas-tools-framecpp-3.0.4/build/include/framecpp/Version9/impl/FrTableSerialIO.hh
  • /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4-build/ldas-tools-framecpp-3.0.4/src/Version9/impl/FrTableSerialIO.hh