TF++, Miscellaneous classes and modules in C++:
|
typedef std::pair<std::string, std::string> tfxx::cmdline::Tfileoption |
pair to hold file option ,A std::pair is an STL container. In this it contains a key together with the parameter read from the command line. Given an option
The key value is available through
and the parameter is available though
A tutorial is available in the detailed description of the Interface provided through xcmdline.h
Definition at line 130 of file xcmdline.h.