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

◆ count()

Toptionmap::size_type tfxx::cmdline::Filename::count ( const std::string &  key) const
inline

number of entries for key

Definition at line 202 of file xcmdline.h.

References options.

Referenced by haskey().

203  { return options.count(key); }
Toptionmap options
multimap containing all arguments together with their keys
Definition: xcmdline.h:196
Here is the caller graph for this function: