odtone::conf::parser_grammar::act_on_name_
// In header: </home/carlos/Projectos/odtone/inc/odtone/conf.hpp> struct act_on_name_ { // member classes/structs/unions template<typename , typename , typename , typename > struct result { // types typedef bool type; }; // public member functions bool operator()(function const *&, functions const &, std::string const &, error_reason &) const; };
act_on_name_
public member functionsbool operator()(function const *& f, functions const & cm, std::string const & name, error_reason & er) const;