27 #include "../../../../dataaccess/property/PropertyVisitor.h" 28 #include "../../common/Utils.h" 32 #include <boost/cstdint.hpp> 36 return ::v8::Undefined();
60 return ::v8::Undefined();
67 global->Set(::v8::String::New(
"TePropertyVisitor"), jpropertyvisitor->GetFunction());
76 ::v8::Local<::v8::FunctionTemplate> result = ::v8::FunctionTemplate::New();
77 ::v8::Handle<::v8::ObjectTemplate> prototype = result->PrototypeTemplate();
::v8::Handle<::v8::Value > PropertyVisitor_Visit(const ::v8::Arguments &args)
::v8::Persistent<::v8::FunctionTemplate > & GetPropertyVisitorTemplate()
It returns a reference to the persistent template of a PropertyVisitor object.
void RegisterPropertyVisitor(::v8::Local<::v8::Object > &global)
It registers the PropertyVisitor class.
JavaScript exporting routine for the TerraLib Data Access module.
static::v8::Persistent<::v8::FunctionTemplate > sdset_propertyvisitor_template
::v8::Handle<::v8::Value > PropertyVisitor_Constructor(const ::v8::Arguments &args)