Comment #10 on issue 144 by victor.grishchenko: Easy C++ Wrapper for
Embedding
http://code.google.com/p/v8/issues/detail?id=144
New polished k7 macros:
86 FUNCTION(evbuf_read,PWRAP(evbuffer,buf),PINT(file_des),PINT(max_bytes))
{
87 size_t justread = evbuffer_read(buf,file_des,max_bytes);
88 RETURN_INT(justread);
89 } END
easy, isn't it?
http://github.com/gritzko/k7/blob/73f3d5d6bb30e23af8d13ebc739bc218f0119789/lib/system/event/event
.cpp
http://github.com/gritzko/k7/blob/eca2795dd5c1dea9e76313837bfc6d834ec34868/src/macros.h
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---