/** * This code is auto-generated; unless you know what you're doing, do not modify! **/ #ifndef WRAPPER_H #define WRAPPER_H #include #include #include "nan.h" using namespace node; using namespace v8; class Wrapper : public Nan::ObjectWrap { public: static Nan::Persistent constructor_template; static void InitializeComponent (v8::Local target); void *GetValue(); static v8::Local New(const void *raw); private: Wrapper(void *raw); static NAN_METHOD(JSNewFunction); static NAN_METHOD(ToBuffer); void *raw; }; #endif