#include <TabularStream.h>
Public Member Functions | |
TableColumn () | |
Private Member Functions | |
void | CalculateWidths () |
bool | Empty () |
TableCell & | Front () |
int | GetLength () const |
template<typename T > | |
TableColumn & | operator<< (const T &junk) |
std::string | Pop () |
void | PopFront () |
void | Push () |
void | SetJustification (const TableCell::Justification just, const char mid= '\0') |
void | SetMargins (const std::string &prefix, const std::string &postfix=std::string()) |
Private Attributes | |
std::deque< TableCell > | fCells |
TableCell::Justification | fJustification |
int | fLeftWidth |
char | fMidChar |
std::string | fPostfix |
std::string | fPrefix |
int | fWidth |
Friends | |
class | TabularStream |
Definition at line 55 of file TabularStream.h.
|
inline |
Definition at line 57 of file TabularStream.h.
|
private |
Definition at line 120 of file TabularStream.cc.
References utl::TableCell::eCharAligned.
|
inlineprivate |
Definition at line 81 of file TabularStream.h.
References fCells.
|
inlineprivate |
|
inlineprivate |
Definition at line 64 of file TabularStream.h.
References fCells.
|
inlineprivate |
Definition at line 61 of file TabularStream.h.
References Front().
|
private |
Definition at line 89 of file TabularStream.cc.
References RdGeoCeLDFFitter::c, utl::TableCell::eCharAligned, and utl::TableCell::GetEntry().
|
inlineprivate |
Definition at line 75 of file TabularStream.h.
References fCells.
|
inlineprivate |
Definition at line 79 of file TabularStream.h.
References fCells.
|
inlineprivate |
Definition at line 70 of file TabularStream.h.
References fJustification, and fMidChar.
|
inlineprivate |
Definition at line 66 of file TabularStream.h.
|
friend |
Definition at line 93 of file TabularStream.h.
|
private |
Definition at line 89 of file TabularStream.h.
Referenced by Empty(), Front(), GetLength(), PopFront(), and Push().
|
private |
Definition at line 87 of file TabularStream.h.
Referenced by SetJustification().
|
private |
Definition at line 91 of file TabularStream.h.
|
private |
Definition at line 88 of file TabularStream.h.
Referenced by SetJustification().
|
private |
Definition at line 86 of file TabularStream.h.
Referenced by SetMargins().
|
private |
Definition at line 85 of file TabularStream.h.
Referenced by SetMargins().
|
private |
Definition at line 90 of file TabularStream.h.