ldas-tools-framecpp 3.0.4
|
Pointer structure members of the FrTable structure. More...
#include <FrTable.hh>
Classes | |
struct | refs_type |
Public Types | |
typedef TPTR_STRUCT | ptr_struct_type |
typedef TColumn | column_type |
typedef column_type::iterator | iterator |
typedef column_type::const_iterator | const_iterator |
typedef std::vector< STRING > | column_name_container_type |
Collection of column names. | |
typedef INT_4U | nRow_type |
Storage class for the number of rows. | |
typedef INT_2U | nColumn_type |
Storage class for the number of columns. | |
typedef TPTR_STRUCT | ptr_struct_type |
typedef TColumn | column_type |
typedef column_type::iterator | iterator |
typedef column_type::const_iterator | const_iterator |
typedef std::vector< STRING > | column_name_container_type |
Collection of column names. | |
typedef INT_4U | nRow_type |
Storage class for the number of rows. | |
typedef INT_2U | nColumn_type |
Storage class for the number of columns. |
Public Member Functions | |
column_name_container_type | GetColumnName () const |
Retrieve the list of column names. | |
nColumn_type | GetNColumn () const |
Retrieve the number of columns. | |
nRow_type | GetNRow () const |
Retrieve the number of rows. | |
const column_type & | RefColumn () const |
Retrieve reference to columns. | |
column_type & | RefColumn () |
Retrieve reference to columns. | |
bool | operator== (const FrTablePST &RHS) |
column_name_container_type | GetColumnName () const |
Retrieve the list of column names. | |
nColumn_type | GetNColumn () const |
Retrieve the number of columns. | |
nRow_type | GetNRow () const |
Retrieve the number of rows. | |
const column_type & | RefColumn () const |
Retrieve reference to columns. | |
column_type & | RefColumn () |
Retrieve reference to columns. | |
bool | operator== (const FrTablePST &RHS) |
Static Public Attributes | |
static const INT_2U | MAX_REF = 1 |
Protected Attributes | |
refs_type | m_refs |
Pointer structure members of the FrTable structure.
typedef std::vector< STRING > FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::column_name_container_type |
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.
typedef std::vector< STRING > FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::column_name_container_type |
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.
typedef TColumn FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::column_type |
typedef TColumn FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::column_type |
typedef column_type::const_iterator FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::const_iterator |
typedef column_type::const_iterator FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::const_iterator |
typedef column_type::iterator FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::iterator |
typedef column_type::iterator FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::iterator |
typedef INT_2U FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::nColumn_type |
Storage class for the number of columns.
This storage class is used to abstract the data type used to store the number of columns in the table.
typedef INT_2U FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::nColumn_type |
Storage class for the number of columns.
This storage class is used to abstract the data type used to store the number of columns in the table.
typedef INT_4U FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::nRow_type |
Storage class for the number of rows.
This storage class is used to abstract the data type used to store the number of rows in the table.
typedef INT_4U FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::nRow_type |
Storage class for the number of rows.
This storage class is used to abstract the data type used to store the number of rows in the table.
typedef TPTR_STRUCT FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::ptr_struct_type |
typedef TPTR_STRUCT FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::ptr_struct_type |
|
inline |
Retrieve the list of column names.
|
inline |
Retrieve the list of column names.
|
inline |
Retrieve the number of columns.
|
inline |
Retrieve the number of columns.
|
inline |
Retrieve the number of rows.
|
inline |
Retrieve the number of rows.
bool FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::operator== | ( | const FrTablePST< TPTR_STRUCT, TColumn > & | RHS | ) |
bool FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::operator== | ( | const FrTablePST< TPTR_STRUCT, TColumn > & | RHS | ) |
|
inline |
Retrieve reference to columns.
column_type & FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::RefColumn | ( | ) |
Retrieve reference to columns.
|
inline |
Retrieve reference to columns.
const column_type & FrameCPP::Version_4::FrTablePST< TPTR_STRUCT, TColumn >::RefColumn | ( | ) | const |
Retrieve reference to columns.
|
protected |
|
static |