#include <Table.hpp>
Definition at line 148 of file Table.hpp.
Bial::TableColumn::TableColumn |
( |
size_t |
rows | ) |
|
Basic Constructor.
- Date
- 2015/May/22
- Parameters
-
rows | number of rows for an non-initialized column. |
- Returns
- none.
- Warning
- null table.
Bial::TableColumn::TableColumn |
( |
const Vector< int > & |
data | ) |
|
Basic Constructor.
- Date
- 2015/May/22
- Parameters
-
data | data to be inserted into the column. |
- Returns
- none.
- Warning
- null table.
Bial::TableColumn::TableColumn |
( |
const Vector< float > & |
data | ) |
|
Basic Constructor.
- Date
- 2015/May/22
- Parameters
-
data | data to be inserted into the column. |
- Returns
- none.
- Warning
- null table.
Bial::TableColumn::TableColumn |
( |
const Vector< std::string > & |
data | ) |
|
Basic Constructor.
- Date
- 2015/May/22
- Parameters
-
data | data to be inserted into the column. |
- Returns
- none.
- Warning
- null table.
Returns a constant reference of data pointed by index p.
- Date
- 2015/May/22
- Parameters
-
p | a global index to be acessed. |
- Returns
- Constant reference of data pointed by index p.
- Warning
- Table bounds are not verified.
TableCell& Bial::TableColumn::operator[] |
( |
size_t |
p | ) |
|
Returns the reference for data pointed by index p.
- Date
- 2015/May/22
- Parameters
-
- Returns
- Reference of data pointed by index p.
- Warning
- Table bounds are not verified.
size_t Bial::TableColumn::size |
( |
| ) |
const |
Returns the number of rows.
- Date
- 2015/May/22
- Parameters
-
- Returns
- Number of rows.
- Warning
- none.
The documentation for this class was generated from the following file: