TF++, Miscellaneous classes and modules in C++:

◆ optset()

bool tfxx::cmdline::Commandline::optset ( const int &  iopt) const
inline

true if option # iopt was set on commandline

Examples:
tests/commandlinetest.cc.

Definition at line 213 of file commandline.h.

Referenced by main().

214  { check_index(iopt); return(Mresult[iopt].opt_set); }
Result * Mresult
Array of command line contents.
Definition: commandline.h:271
void check_index(const int &iopt) const
Check requested index before query.
Definition: commandline.h:248
Here is the caller graph for this function: