'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct run_cmd_

odtone::conf::parser_grammar::run_cmd_

Synopsis

// In header: </home/carlos/Projectos/odtone/inc/odtone/conf.hpp>



struct run_cmd_ {
  // member classes/structs/unions
  template<typename , typename , typename > 
  struct result {
    // types
    typedef void type;
  };

  // public member functions
  void operator()(function const &, args_type const &, pset_type const &) const;
};

Description

run_cmd_ public member functions

  1. void operator()(function const & f, args_type const & args, 
                    pset_type const & pset) const;

PrevUpHomeNext