|
TF++, Miscellaneous classes and modules in C++:
|
| typedef std::multimap<std::string, std::string> tfxx::cmdline::Toptionmap |
map to hold file options ,A std::multimap is an STL container of pairs. It provides STL iterators to scan the collection. In this context each element in a tfxx::cmdline::Toptionmap is a tfxx::cmdline::Tfileoption.
A tutorial is available in the detailed description of the Interface provided through xcmdline.h
Definition at line 145 of file xcmdline.h.