|
VideoTools
|
Describes the layout for G::Options output. More...
#include <goptions.h>
Public Member Functions | |
| OptionsLayout (size_t column) | |
| OptionsLayout (size_t column, size_t width) | |
Public Attributes | |
| std::string | separator |
| separator between columns for two-column output | |
| std::string | indent |
| indent for wrapped lines in two-column output | |
| size_t | column |
| left hand column width if no separator defined | |
| size_t | width |
| overall width for wrapping, or zero for no newlines | |
Describes the layout for G::Options output.
Definition at line 50 of file goptions.h.