grapewrapper.hh

00001 #ifndef __GRAPEWRAPPER__
00002 #define __GRAPEWRAPPER__
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 #define class GrapeClass
00009 #define private GrapePrivate 
00010 #define friend GrapeFriend 
00011 #define explicit GrapeExplicit
00012   
00013 #define G_CPP
00014 #include <grape.h>  
00015 #undef G_CPP  
00016 
00017 #undef class 
00018 #undef private
00019 #undef friend
00020 #undef explicit
00021   
00022 #ifdef __cplusplus
00023 }
00024 #endif
00025   
00026 #endif

Generated on 12 Dec 2007 with Doxygen (ver 1.5.1)