'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct act_on_name_

odtone::conf::parser_grammar::act_on_name_

Synopsis

// 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;
};

Description

act_on_name_ public member functions

  1. bool operator()(function const *& f, functions const & cm, 
                    std::string const & name, error_reason & er) const;

PrevUpHomeNext