Confdump Agent
1.4.0
|
Info about a column in the header line. More...
#include <FixedTable.hpp>
Public Member Functions | |
ColumnHead () | |
Public Attributes | |
std::string | name |
What should be in the column (used to validate the format of the input data) | |
unsigned | skip |
How much characters to skip before the column. | |
unsigned | width |
The width of the column. |
Info about a column in the header line.
Definition at line 84 of file FixedTable.hpp.
Definition at line 93 of file FixedTable.hpp.
What should be in the column (used to validate the format of the input data)
Definition at line 87 of file FixedTable.hpp.
Referenced by Confdump::System::FixedTable::Specification::addColumnHead().
How much characters to skip before the column.
Definition at line 89 of file FixedTable.hpp.
Referenced by Confdump::System::FixedTable::Specification::addColumnHead().
The width of the column.
Definition at line 91 of file FixedTable.hpp.
Referenced by Confdump::System::FixedTable::Specification::addColumnHead().