ldas-tools-framecpp 2.9.2
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
FrameCPP::Version_8::FrTableImpl::SerialIO< FR_VECT_T > Class Template Reference

#include <FrTableSerialIO.hh>

Inheritance diagram for FrameCPP::Version_8::FrTableImpl::SerialIO< FR_VECT_T >:
Inheritance graph
[legend]
Collaboration diagram for FrameCPP::Version_8::FrTableImpl::SerialIO< FR_VECT_T >:
Collaboration graph
[legend]

Public Types

typedef std::string name_type
 
typedef std::string name_type
 
typedef std::string name_type
 
typedef std::string comment_type
 
typedef std::string comment_type
 
typedef std::string comment_type
 
typedef INT_2U nColumn_type
 
typedef INT_2U nColumn_type
 
typedef INT_2U nColumn_type
 
typedef INT_4U nRow_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_name_type
 
typedef const char *const struct_desc_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 INT_2U const struct_id_type
 
typedef TPTR_STRUCT ptr_struct_type
 
typedef TPTR_STRUCT ptr_struct_type
 
typedef TPTR_STRUCT ptr_struct_type
 
typedef TColumn column_type
 
typedef TColumn column_type
 
typedef TColumn column_type
 
typedef column_type::iterator iterator
 
typedef column_type::iterator iterator
 
typedef column_type::iterator iterator
 
typedef column_type::const_iterator const_iterator
 
typedef column_type::const_iterator const_iterator
 
typedef column_type::const_iterator const_iterator
 
typedef std::vector< STRINGcolumn_name_container_type
 Collection of column names. More...
 
typedef std::vector< STRINGcolumn_name_container_type
 Collection of column names. More...
 
typedef std::vector< STRINGcolumn_name_container_type
 Collection of column names. More...
 

Public Member Functions

 SerialIO ()
 
 SerialIO ()
 
 SerialIO ()
 
column_name_container_type GetColumnName () const
 Retrieve the list of column names. More...
 
column_name_container_type GetColumnName () const
 Retrieve the list of column names. More...
 
column_name_container_type GetColumnName () const
 Retrieve the list of column names. More...
 
nColumn_type GetNColumn () const
 Retrieve the number of columns. More...
 
nColumn_type GetNColumn () const
 Retrieve the number of columns. More...
 
nColumn_type GetNColumn () const
 Retrieve the number of columns. More...
 
nRow_type GetNRow () const
 Retrieve the number of rows. More...
 
nRow_type GetNRow () const
 Retrieve the number of rows. More...
 
nRow_type GetNRow () const
 Retrieve the number of rows. More...
 
const column_typeRefColumn () const
 Retrieve reference to columns. More...
 
column_typeRefColumn ()
 Retrieve reference to columns. More...
 
const column_typeRefColumn () const
 Retrieve reference to columns. More...
 
column_typeRefColumn ()
 Retrieve reference to columns. More...
 
const column_typeRefColumn () const
 Retrieve reference to columns. More...
 
column_typeRefColumn ()
 Retrieve reference to columns. More...
 
bool operator== (const FrTablePST &RHS)
 
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 FrameSpecName ()
 
static struct_name_type StructName ()
 
static struct_name_type StructName ()
 
static struct_name_type StructName ()
 
static struct_desc_type FrameSpecDescription ()
 Return the dictionary name of the structure. More...
 
static struct_desc_type FrameSpecDescription ()
 Return the dictionary name of the structure. More...
 
static struct_desc_type FrameSpecDescription ()
 Return the dictionary name of the structure. More...
 
static struct_id_type FrameSpecId ()
 Return the dictionary name of the structure. More...
 
static struct_id_type FrameSpecId ()
 Return the dictionary name of the structure. More...
 
static struct_id_type FrameSpecId ()
 Return the dictionary name of the structure. More...
 

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 = 1
 

Protected Attributes

refs_type m_refs
 

Member Typedef Documentation

◆ column_name_container_type [1/3]

template<typename TPTR_STRUCT , typename TColumn >
typedef std::vector< STRING > FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::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_name_container_type [2/3]

template<typename TPTR_STRUCT , typename TColumn >
typedef std::vector< STRING > FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::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_name_container_type [3/3]

template<typename TPTR_STRUCT , typename TColumn >
typedef std::vector< STRING > FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::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 [1/3]

template<typename TPTR_STRUCT , typename TColumn >
typedef TColumn FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::column_type
inherited

◆ column_type [2/3]

template<typename TPTR_STRUCT , typename TColumn >
typedef TColumn FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::column_type
inherited

◆ column_type [3/3]

template<typename TPTR_STRUCT , typename TColumn >
typedef TColumn FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::column_type
inherited

◆ comment_type [1/3]

◆ comment_type [2/3]

◆ comment_type [3/3]

◆ const_iterator [1/3]

template<typename TPTR_STRUCT , typename TColumn >
typedef column_type::const_iterator FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::const_iterator
inherited

◆ const_iterator [2/3]

template<typename TPTR_STRUCT , typename TColumn >
typedef column_type::const_iterator FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::const_iterator
inherited

◆ const_iterator [3/3]

template<typename TPTR_STRUCT , typename TColumn >
typedef column_type::const_iterator FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::const_iterator
inherited

◆ iterator [1/3]

template<typename TPTR_STRUCT , typename TColumn >
typedef column_type::iterator FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::iterator
inherited

◆ iterator [2/3]

template<typename TPTR_STRUCT , typename TColumn >
typedef column_type::iterator FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::iterator
inherited

◆ iterator [3/3]

template<typename TPTR_STRUCT , typename TColumn >
typedef column_type::iterator FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::iterator
inherited

◆ name_type [1/3]

◆ name_type [2/3]

◆ name_type [3/3]

◆ nColumn_type [1/3]

◆ nColumn_type [2/3]

◆ nColumn_type [3/3]

◆ nRow_type [1/3]

◆ nRow_type [2/3]

◆ nRow_type [3/3]

◆ ptr_struct_type [1/3]

template<typename TPTR_STRUCT , typename TColumn >
typedef TPTR_STRUCT FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::ptr_struct_type
inherited

◆ ptr_struct_type [2/3]

template<typename TPTR_STRUCT , typename TColumn >
typedef TPTR_STRUCT FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::ptr_struct_type
inherited

◆ ptr_struct_type [3/3]

template<typename TPTR_STRUCT , typename TColumn >
typedef TPTR_STRUCT FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::ptr_struct_type
inherited

◆ struct_desc_type [1/3]

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

◆ struct_desc_type [2/3]

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

◆ struct_desc_type [3/3]

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

◆ struct_id_type [1/3]

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

◆ struct_id_type [2/3]

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

◆ struct_id_type [3/3]

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

◆ struct_name_type [1/3]

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

◆ struct_name_type [2/3]

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

◆ struct_name_type [3/3]

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

Constructor & Destructor Documentation

◆ SerialIO() [1/3]

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

◆ SerialIO() [2/3]

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

◆ SerialIO() [3/3]

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

Member Function Documentation

◆ FrameSpecDescription() [1/3]

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

Return the dictionary name of the structure.

◆ FrameSpecDescription() [2/3]

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

Return the dictionary name of the structure.

◆ FrameSpecDescription() [3/3]

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

Return the dictionary name of the structure.

◆ FrameSpecId() [1/3]

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

Return the dictionary name of the structure.

◆ FrameSpecId() [2/3]

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

Return the dictionary name of the structure.

◆ FrameSpecId() [3/3]

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

Return the dictionary name of the structure.

◆ FrameSpecName() [1/3]

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

◆ FrameSpecName() [2/3]

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

◆ FrameSpecName() [3/3]

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

◆ GetColumnName() [1/3]

template<typename TPTR_STRUCT , typename TColumn >
column_name_container_type FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::GetColumnName ( ) const
inlineinherited

Retrieve the list of column names.

Returns
The set of column names in column order.

◆ GetColumnName() [2/3]

template<typename TPTR_STRUCT , typename TColumn >
column_name_container_type FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::GetColumnName ( ) const
inlineinherited

Retrieve the list of column names.

Returns
The set of column names in column order.

◆ GetColumnName() [3/3]

template<typename TPTR_STRUCT , typename TColumn >
column_name_container_type FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::GetColumnName ( ) const
inlineinherited

Retrieve the list of column names.

Returns
The set of column names in column order.

◆ GetNColumn() [1/3]

template<typename TPTR_STRUCT , typename TColumn >
nColumn_type FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::GetNColumn ( ) const
inlineinherited

Retrieve the number of columns.

Returns
The number of columns in the table.

◆ GetNColumn() [2/3]

template<typename TPTR_STRUCT , typename TColumn >
nColumn_type FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::GetNColumn ( ) const
inlineinherited

Retrieve the number of columns.

Returns
The number of columns in the table.

◆ GetNColumn() [3/3]

template<typename TPTR_STRUCT , typename TColumn >
nColumn_type FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::GetNColumn ( ) const
inlineinherited

Retrieve the number of columns.

Returns
The number of columns in the table.

◆ GetNRow() [1/3]

template<typename TPTR_STRUCT , typename TColumn >
nRow_type FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::GetNRow ( ) const
inlineinherited

Retrieve the number of rows.

Returns
The number of rows in the table.

◆ GetNRow() [2/3]

template<typename TPTR_STRUCT , typename TColumn >
nRow_type FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::GetNRow ( ) const
inlineinherited

Retrieve the number of rows.

Returns
The number of rows in the table.

◆ GetNRow() [3/3]

template<typename TPTR_STRUCT , typename TColumn >
nRow_type FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::GetNRow ( ) const
inlineinherited

Retrieve the number of rows.

Returns
The number of rows in the table.

◆ operator==() [1/3]

template<typename TPTR_STRUCT , typename TColumn >
bool FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::operator== ( const FrTablePST< TPTR_STRUCT, TColumn > &  RHS)
inherited

◆ operator==() [2/3]

template<typename TPTR_STRUCT , typename TColumn >
bool FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::operator== ( const FrTablePST< TPTR_STRUCT, TColumn > &  RHS)
inherited

◆ operator==() [3/3]

template<typename TPTR_STRUCT , typename TColumn >
bool FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::operator== ( const FrTablePST< TPTR_STRUCT, TColumn > &  RHS)
inherited

◆ RefColumn() [1/6]

template<typename TPTR_STRUCT , typename TColumn >
FrTablePST< TPTR_STRUCT, TColumn >::column_type & FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::RefColumn
inlineinherited

Retrieve reference to columns.

Returns
A reference to the container of columns.

◆ RefColumn() [2/6]

template<typename TPTR_STRUCT , typename TColumn >
column_type & FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::RefColumn ( )
inherited

Retrieve reference to columns.

Returns
A reference to the container of columns.

◆ RefColumn() [3/6]

template<typename TPTR_STRUCT , typename TColumn >
column_type & FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::RefColumn ( )
inherited

Retrieve reference to columns.

Returns
A reference to the container of columns.

◆ RefColumn() [4/6]

template<typename TPTR_STRUCT , typename TColumn >
const FrTablePST< TPTR_STRUCT, TColumn >::column_type & FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::RefColumn
inlineinherited

Retrieve reference to columns.

Returns
A constant reference to the container of columns.

◆ RefColumn() [5/6]

template<typename TPTR_STRUCT , typename TColumn >
const column_type & FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::RefColumn ( ) const
inherited

Retrieve reference to columns.

Returns
A constant reference to the container of columns.

◆ RefColumn() [6/6]

template<typename TPTR_STRUCT , typename TColumn >
const column_type & FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::RefColumn ( ) const
inherited

Retrieve reference to columns.

Returns
A constant reference to the container of columns.

◆ StructName() [1/3]

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

◆ StructName() [2/3]

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

◆ StructName() [3/3]

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

Member Data Documentation

◆ m_refs

template<typename TPTR_STRUCT , typename TColumn >
refs_type FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::m_refs
protectedinherited

◆ MAX_REF

template<typename TPTR_STRUCT , typename TColumn >
static const INT_2U FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::MAX_REF = 1
staticinherited

◆ struct_desc

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

◆ struct_id

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

◆ struct_name

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

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