Lines Matching refs:event_proc
128 struct event_proc struct
131 event_proc();
132 virtual ~event_proc();
148 void add_attach(int, event_proc *); argument
149 void add_detach(int, event_proc *);
151 void add_nomatch(int, event_proc *);
152 void add_notify(int, event_proc *);
169 void sort_vector(std::vector<event_proc *> &);
180 std::vector<event_proc *> _attach_list;
181 std::vector<event_proc *> _detach_list;
182 std::vector<event_proc *> _nomatch_list;
183 std::vector<event_proc *> _notify_list;