Defines how a single column is to be generated. More...
#include <column_definition.h>
Public Types | |
| enum | column_type { COLUMN_LITERAL, COLUMN_GENERATED, COLUMN_PARAM } |
Public Member Functions | |
| column_definition (const std::wstring &_arg, bool _expand, bool _shrink) | |
| column_definition (column_type _type, int _ival, int _width, bool _expand, bool _shrink, bool _dynamic_size) | |
Public Attributes | |
| column_type | type |
| int | ival |
| std::wstring | arg |
| unsigned int | width |
| bool | expand:1 |
| bool | shrink:1 |
| bool | dynamic_size:1 |
Defines how a single column is to be generated.
1.6.1