Re: [Boost-users] [program options] some docs suggestion
On Tue, February 20, 2007 13:18, Vladimir Prus wrote:
Ovanes Markarian wrote:
It would be really helpful to know that varaibles map is a derivative of std::map<...>.
I recall I was going to document this, but don't see it :-( I'll add this to my TODO.
- Volodya
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
The varaible_map class has double colons after its name. http://www.boost.org/doc/html/variables_map.html class variables_map : : public boost::program_options::abstract_variables_map { ... }; May be something was stripped off during documentation generation? With Kind Regards, Ovanes Markarian With Kind Regards, Ovanes Markarian
participants (1)
-
Ovanes Markarian