17DOX_MARKER( [DOX_EXPR_TUT_CLI_ENUMS])
37 ErrUnknownOption = 101,
38 ErrMissingFilename = 102,
39 ErrUnknownHelpTopic = 103,
40 ErrInternalError = 255,
43DOX_MARKER( [DOX_EXPR_TUT_CLI_ENUMS])
45DOX_MARKER( [DOX_EXPR_TUT_CLI_ENUMS_ASSIGN])
51DOX_MARKER( [DOX_EXPR_TUT_CLI_ENUMS_ASSIGN])
53DOX_MARKER( [DOX_EXPR_TUT_CLI_CUSTOM_CAMP_DECL])
57 SampleCamp() : Camp(
"DATEMOD") {}
66DOX_MARKER( [DOX_EXPR_TUT_CLI_CUSTOM_CAMP_DECL])
68DOX_MARKER( [DOX_EXPR_TUT_CLI_CUSTOM_CAMP_SINGLETON])
70extern SampleCamp SAMPLE_CAMP;
71DOX_MARKER( [DOX_EXPR_TUT_CLI_CUSTOM_CAMP_SINGLETON])
73DOX_MARKER( [DOX_EXPR_TUT_CLI_ENUMS_ASSIGN2])
79DOX_MARKER( [DOX_EXPR_TUT_CLI_ENUMS_ASSIGN2])
#define ALIB_RESOURCED_IN_CAMP(T, Camp, ResName)
virtual void Bootstrap()=0
#define ALIB_ENUMS_ASSIGN_RECORD(TEnum, TRecord)
Options
Built-in options used with class #"AppCli".
ExitCodes
Built-in exit-code used with class #"AppCli".
@ ErrUnknownCommand
Unknown command.
Commands
Built-in commands used with class #"AppCli".
Parameters
Built-in parameters of commands and options used with class #"AppCli".
@ Topic
Used with command help to optionally denote a help topic.
@ Filename
Denotes the actual source file as the scope.
files::File File
Type alias in namespace alib.
ShutdownPhases
Termination levels usable with #"alib_mod_bs_camps;Bootstrapping ALib Camps".
#"alib_enums_records;ALib Enum Record" type used by class #"CommandDecl".
#"alib_enums_records;ALib Enum Record" type used by class #"OptionDecl".
#"alib_enums_records;ALib Enum Record" type used by class #"ParameterDecl".