TF++, Miscellaneous classes and modules in C++:
tfxx::cmdline::Commandline::Result Struct Reference

Structure to store result of command line scanning. More...

Collaboration diagram for tfxx::cmdline::Commandline::Result:

Public Attributes

bool opt_set
 true if option was used on command line More...
 
std::string arg
 holds option argument More...
 

Detailed Description

Structure to store result of command line scanning.

This is privately contained (nested class) in tfxx::cmdline::Commandline.

Definition at line 263 of file commandline.h.


The documentation for this struct was generated from the following file: