Confdump Agent  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Public Member Functions | Public Attributes
Confdump::System::FixedTable::Specification::ColumnHead Struct Reference

Info about a column in the header line. More...

#include <FixedTable.hpp>

List of all members.

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.

Detailed Description

Info about a column in the header line.

Definition at line 84 of file FixedTable.hpp.


Constructor & Destructor Documentation

Definition at line 93 of file FixedTable.hpp.


Member Data Documentation

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().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends