'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct act_on_prop_

odtone::conf::parser_grammar::act_on_prop_

Synopsis

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

Description

act_on_prop_ public member functions

  1. bool operator()(property_class const *& pc, function const & f, 
                    std::string const & name, error_reason & er) const;
  2. bool operator()(property_class const * pc, arg_type const & arg, uint & count, 
                    error_reason & er) const;

PrevUpHomeNext