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