Image Component Library (ICL)
|
Utility class that is used, to assign a table row at once. More...
#include <TextTable.h>
Public Member Functions | |
void | operator= (const std::vector< std::string > &rowValues) |
assigns a standard vector of strings (each element is put into a single column) More... | |
void | operator= (RowAssigner otherRow) |
assigns the row of another TextTable More... | |
Private Member Functions | |
RowAssigner (TextTable &t, int row) | |
Private Attributes | |
TextTable & | t |
parent TextTable More... | |
int | row |
parent More... | |
Friends | |
class | TextTable |
grant instantiation access to the parent TextTable class More... | |
Utility class that is used, to assign a table row at once.
|
inlineprivate |
|
inline |
assigns a standard vector of strings (each element is put into a single column)
|
inline |
assigns the row of another TextTable
|
private |
parent