TF++, Miscellaneous classes and modules in C++:
|
A struct to hold filename together with options ,If a filename is given together with its specific parameters in. More...
#include <xcmdline.h>
Public Member Functions | |
Toptionmap | extract (const std::string &key) const |
return all entries for a given key More... | |
std::string | value (const std::string &key) const |
return values for option with given key More... | |
Toptionmap::size_type | count (const std::string &key) const |
number of entries for key More... | |
bool | haskey (const std::string &key) const |
tell if the key is present More... | |
Public Attributes | |
std::string | name |
filename More... | |
Toptionmap | options |
multimap containing all arguments together with their keys More... | |
A struct to hold filename together with options ,
If a filename is given together with its specific parameters in.
You can
name:
options:
"keyval"
through function extract:
haskey:
count:
value:
Lists of parameters are provided in a multimap defined as tfxx::cmdline::Toptionmap
Definition at line 192 of file xcmdline.h.