Question on using C++ API
Marc Lehmann
schmorp at schmorp.de
Wed Nov 18 23:12:51 CET 2015
On Wed, Nov 18, 2015 at 05:38:15PM +0100, Thorsten Lück <T.Lueck at IFEN.com> wrote:
> void operator() (EV_P_ ev_io &w, int revents)
the documented syntax for operator () would be this, taken straight from
the example for the set (object *) method:
void operator() (ev::io &w, int revents)
--
The choice of a Deliantra, the free code+content MORPG
-----==- _GNU_ http://www.deliantra.net
----==-- _ generation
---==---(_)__ __ ____ __ Marc Lehmann
--==---/ / _ \/ // /\ \/ / schmorp at schmorp.de
-=====/_/_//_/\_,_/ /_/\_\
More information about the libev
mailing list