#include <HTColumn.h>
Definition at line 57 of file HTColumn.h.
◆ HTColumn() [1/2]
HTColumn::HTColumn |
( |
const std::string & |
label, |
|
|
const std::string & |
block = std::string() , |
|
|
const std::string & |
indexLabel = std::string() |
|
) |
| |
◆ HTColumn() [2/2]
HTColumn::HTColumn |
( |
const HTColumn & |
o | ) |
|
Definition at line 73 of file HTColumn.cxx.
73 :
74 _label(o._label),
75 _block(o._block),
76 _indexLabel(o._indexLabel)
77{
78}
◆ ~HTColumn()
◆ block()
const string & HTColumn::block |
( |
| ) |
const |
|
virtual |
◆ clearData()
virtual void HTColumn::clearData |
( |
| ) |
|
|
pure virtual |
◆ indexLabel()
const string & HTColumn::indexLabel |
( |
| ) |
const |
|
virtual |
◆ label()
const string & HTColumn::label |
( |
| ) |
const |
|
virtual |
◆ operator=()
Definition at line 95 of file HTColumn.cxx.
96{
97 if (&o == this) return *this;
98 _label = o._label ;
99 _block = o._block ;
100 _indexLabel = o._indexLabel ;
101
102 return *this ;
103}
◆ print()
void HTColumn::print |
( |
| ) |
const |
|
virtual |
Definition at line 128 of file HTColumn.cxx.
129{
132 cout<< ends ;
133
134 cout <<
" @ " << setw(10) <<
block() ;
136 cout << endl ;
137 cout << resetiosflags(ios::adjustfield) ;
138}
virtual const std::string & typeName() const =0
virtual const std::string & indexLabel() const
virtual const std::string & block() const
virtual const std::string & label() const
◆ typeName()
virtual const std::string & HTColumn::typeName |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files: