11 #ifndef __DD_ChoiceList__
12 #define __DD_ChoiceList__
21 void addChoice(
const char *token,
25 int entries()
const {
return myTokens.entries(); }
26 const char *
getToken(
int i)
const {
return myTokens(i); }
27 const char *
getLabel(
int i)
const {
return myLabels(i); }
28 const char *
getHelp(
int i)
const {
return myHelp(i); }
GLuint GLsizei const GLchar * label
const char * getHelp(int i) const
std::string help(const App *app, const Error &e)
Printout the full help string on error (if this fn is set, the old default for CLI11) ...
const char * getToken(int i) const
const char * getLabel(int i) const