//genMethods "-g" "-t" "int*" "-h" "Set" "-r" "MSet<int*>" "-I" "LINK/basic/Set.h" "-d" "basic" 

#include <stk.h>
#include <LINK/stkWrapper/LINK_STk.h>

#include <LINK/basic/Set.h>

#include <LINK/stkWrapper/Wrapper.h>
#include <LINK/stkWrapper/Register.h>
#include <LINK/stkWrapper/CollectionWrapper.h>


typedef int* _int_;
typedef Set<int* > _Set_int__;

#define _Set_int__DATA(x) ((Set<int* >*) (EXTDATA(x)))
#define _Set_int__IS_DATA(x) (TYPEP(x, tc_CXXwrapper) && \
		TYPEP(STk_slot_ref(x,val_scm), tc_CXXwrapper) && \
		(EXTID(STk_slot_ref(x,val_scm)) == Wrapper<Set<int* > >::type))
#define _Set_int__ISNT_DATA(x) (!IS_DATA(x))

#define _Set_int__CXX_DATA(x) (*(Set<int* >*) (EXTDATA(VAL(x))))
#define _Set_int__CXX_IS_DATA(x) (INSTANCEP(x) && \
		TYPEP(STk_slot_ref(x,val_scm), tc_CXXwrapper) && \
		(EXTID(STk_slot_ref(x,val_scm)) == Wrapper<Set<int* > >::type))
#define _Set_int__CXX_ISNT_DATA(x) (!CXX_IS_DATA(x))



// define your new methods above 
// and register them using STk_add_new_cpp_primitive() below

void genExtra_Set_int__Methods() {}

