mirror of /home/gitosis/repositories/libev.git
*** empty log message ***
This commit is contained in:
parent
9077d0193b
commit
a8e1ce8c3a
6
ev.3
6
ev.3
|
@ -124,7 +124,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "LIBEV 3"
|
||||
.TH LIBEV 3 "2012-02-04" "libev-4.11" "libev - high performance full featured event loop"
|
||||
.TH LIBEV 3 "2012-03-23" "libev-4.11" "libev - high performance full featured event loop"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
@ -4058,6 +4058,10 @@ to add as long as they only need one additional pointer for context. If
|
|||
you need support for other types of functors please contact the author
|
||||
(preferably after implementing it).
|
||||
.PP
|
||||
For all this to work, your \*(C+ compiler either has to use the same calling
|
||||
conventions as your C compiler (for static member functions), or you have
|
||||
to embed libev and compile libev itself as \*(C+.
|
||||
.PP
|
||||
Here is a list of things available in the \f(CW\*(C`ev\*(C'\fR namespace:
|
||||
.ie n .IP """ev::READ"", ""ev::WRITE"" etc." 4
|
||||
.el .IP "\f(CWev::READ\fR, \f(CWev::WRITE\fR etc." 4
|
||||
|
|
Loading…
Reference in New Issue