Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

proc_new.hpp

00001 #ifndef Exc_Ruby__proc_new__hpp_
00002 #define Exc_Ruby__proc_new__hpp_
00003 
00004 namespace Exc_Ruby
00005 {
00006 
00007 typedef VALUE (*RUBY_PROC_FUNC)(VALUE proc_arg, VALUE data, VALUE self);
00008 
00009 VALUE rb_cpp_proc_new(RUBY_PROC_FUNC func, VALUE data);
00010 
00011 }
00012 
00013 #include "proc_new.ipp"
00014 
00015 #endif // Exc_Ruby__proc_new__hpp_
00016 

Generated on Sat Jan 1 12:02:19 2005 for Exceptional Ruby by doxygen 1.3.6