#include "hook-fcn.h"
Public Types | |
typedef map_type::const_iterator | const_iterator |
typedef map_type::iterator | iterator |
typedef std::map< std::string, hook_function > | map_type |
Public Member Functions | |
void | clear () |
bool | empty () const |
iterator | end () |
const_iterator | end () const |
void | erase (iterator p) |
iterator | find (const std::string &id) |
const_iterator | find (const std::string &id) const |
void | insert (const std::string &id, const hook_function &f) |
void | run (const octave_value_list &initial_args=octave_value_list()) |
Definition at line 154 of file hook-fcn.h.
typedef map_type::const_iterator hook_function_list::const_iterator |
Definition at line 161 of file hook-fcn.h.
typedef map_type::iterator hook_function_list::iterator |
Definition at line 160 of file hook-fcn.h.
typedef std::map<std::string, hook_function> hook_function_list::map_type |
Definition at line 158 of file hook-fcn.h.
|
inline |
Definition at line 167 of file hook-fcn.h.
|
inline |
Definition at line 165 of file hook-fcn.h.
|
inline |
Definition at line 184 of file hook-fcn.h.
|
inline |
Definition at line 186 of file hook-fcn.h.
|
inline |
Definition at line 188 of file hook-fcn.h.
|
inline |
Definition at line 174 of file hook-fcn.h.
|
inline |
Definition at line 179 of file hook-fcn.h.
|
inline |
Definition at line 169 of file hook-fcn.h.
References f.
|
inline |
Definition at line 190 of file hook-fcn.h.
References hook_function::eval(), and hook_function::is_valid().