32 #ifndef _CLI_CONFIG_MENU_H_ 33 #define _CLI_CONFIG_MENU_H_ 72 void ShowVersion(
void)
const;
74 void ShowAuthor(
void)
const;
76 void ShowLicense(
void)
const;
79 void EchoOn(
void)
const;
82 void EchoOff(
void)
const;
85 void BeepOn(
void)
const;
88 void BeepOff(
void)
const;
94 void CheckIODevice(
void)
const;
97 void CheckOutChar(
void)
const;
102 const Keyword& GetShowNode(
void)
const;
104 const Keyword& GetShowVersionNode(
void)
const;
106 const Keyword& GetShowAuthorNode(
void)
const;
108 const Keyword& GetShowLicenseNode(
void)
const;
111 const Keyword& GetEchoNode(
void)
const;
113 const Keyword& GetEchoOnNode(
void)
const;
115 const Keyword& GetEchoOffNode(
void)
const;
118 const Keyword& GetBeepNode(
void)
const;
120 const Keyword& GetBeepOnNode(
void)
const;
122 const Keyword& GetBeepOffNode(
void)
const;
125 const Keyword& GetLangNode(
void)
const;
127 const Keyword& GetEnglishLangNode(
void)
const;
129 const Keyword& GetFrenchLangNode(
void)
const;
132 const Keyword& GetCheckNode(
void)
const;
135 const Keyword& GetCheckIONode(
void)
const;
137 const Keyword& GetOutCharNode(
void)
const;
183 #endif // _CLI_CONFIG_MENU_H_ Main namespace of the CLI library.
#define CLI_NS_END(__ns)
End a namespace definition.
LANG
Languages identifiers.
#define CLI_NS_BEGIN(__ns)
Begin a namespace definition.