Holds TabularStream cell entry.
More...
#include <TabularStream.h>
|
| std::string | GetEntry (const int left=0, const int right=0) const |
| |
| std::string | GetEntry (const Justification just, const int totalSize, const int leftSize=0, const char mid= '\0') const |
| |
| int | GetSize () const |
| |
| std::pair< int, int > | GetSize (const char mid) const |
| |
| template<typename T > |
| TableCell & | operator<< (const T &item) |
| |
Holds TabularStream cell entry.
Definition at line 18 of file TabularStream.h.
| Enumerator |
|---|
| eFlushLeft |
|
| eFlushRight |
|
| eCenter |
|
| eCharAligned |
|
Definition at line 26 of file TabularStream.h.
| utl::TableCell::TableCell |
( |
| ) |
|
|
inline |
| utl::TableCell::TableCell |
( |
const TableCell & |
c | ) |
|
|
inline |
| std::string utl::TableCell::GetEntry |
( |
const int |
left = 0, |
|
|
const int |
right = 0 |
|
) |
| const |
|
inlineprivate |
| string TableCell::GetEntry |
( |
const Justification |
just, |
|
|
const int |
totalSize, |
|
|
const int |
leftSize = 0, |
|
|
const char |
mid = '\0' |
|
) |
| const |
|
private |
| int utl::TableCell::GetSize |
( |
| ) |
const |
|
inlineprivate |
| pair< int, int > TableCell::GetSize |
( |
const char |
mid | ) |
const |
|
private |
template<typename T >
| TableCell& utl::TableCell::operator<< |
( |
const T & |
item | ) |
|
|
inlineprivate |
| std::ostringstream utl::TableCell::fEntry |
|
private |
The documentation for this class was generated from the following files: