postrock

Undocumented in source.

Members

Classes

BadCommandLineArgument
class BadCommandLineArgument

Thrown when a user supplies a malformed command-line argument such as ---arg

BadCommandLineArgumentValue
class BadCommandLineArgumentValue

This is thrown when an argument requires a value but the user supplied none.

CmdLineError
class CmdLineError

Generic command line error.

Parser
class Parser

Command-line argument parser object.

UnknownCommandLineArgument
class UnknownCommandLineArgument

When a user supplies a flag that is not known.

Variables

maxLeftColumnWidth
int maxLeftColumnWidth;
Undocumented in source.

Meta