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

◆ extra()

bool tfxx::cmdline::Commandline::extra ( ) const
inline

true if there are more commandline arguments

Examples:
tests/commandlinetest.cc.

Definition at line 240 of file commandline.h.

Referenced by main(), and tfxx::cmdline::parse_cmdline().

241  { return(Moptind<Miargc); }
int Miargc
Number of command line strings (as passed to main)
Definition: commandline.h:275
int Moptind
Next option string to read after last defined option.
Definition: commandline.h:279
Here is the caller graph for this function: