ldas-tools-framecpp 2.7.0
|
Pointer structure members of the FrTable structure. More...
#include <FrTable.hh>
Public Types | |
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 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. | |
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. | |
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 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.
|
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.
|
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.