Searched refs:operator (Results 1 – 3 of 3) sorted by relevance
| /libev/ |
| H A D | ev++.h | 152 bool operator == (const loop_ref &other) const throw () 161 bool operator != (const loop_ref &other) const throw () 171 bool operator == (const EV_P) const throw () 176 bool operator != (const EV_P) const throw () 181 operator struct ev_loop * () const throw () in throw() 186 operator const struct ev_loop * () const throw () in throw() 283 once (fd, events, timeout, method_thunk<K, &K::operator ()>, object); in once() 372 dynamic_loop & operator= (const dynamic_loop &); member 396 default_loop &operator = (const default_loop &); member 473 set_ (object, method_thunk<K, &K::operator ()>); in set() [all …]
|
| H A D | Changes | 337 - EXPERIMENTAL: default the method to operator () in ev++.h,
|
| H A D | ev.pod | 4009 with C<operator ()> can be used as callbacks. Other types should be easy 4089 will default the method to C<operator ()>, which makes it possible to use 4090 functor objects without having to manually specify the C<operator ()> all 4094 The C<operator ()> method prototype must be C<void operator ()(watcher &w, 4103 void operator() (ev::io &w, int revents)
|