#include "../../../../dataaccess/property/SimpleProperty.h"#include "../../common/Utils.h"#include "DataAccess.h"#include <boost/cstdint.hpp>Go to the source code of this file.
Functions | |
| ::v8::Handle<::v8::Value > | SimpleProperty_Clone (const ::v8::Arguments &args) |
| ::v8::Handle<::v8::Value > | SimpleProperty_Constructor (const ::v8::Arguments &args) |
| ::v8::Handle<::v8::Value > | SimpleProperty_GetDefaultValue (const ::v8::Arguments &args) |
| ::v8::Handle<::v8::Value > | SimpleProperty_Has (const ::v8::Arguments &args) |
| ::v8::Handle<::v8::Value > | SimpleProperty_IsAutoNumber (const ::v8::Arguments &args) |
| ::v8::Handle<::v8::Value > | SimpleProperty_IsRequired (const ::v8::Arguments &args) |
| ::v8::Handle<::v8::Value > | SimpleProperty_SetAutoNumber (const ::v8::Arguments &args) |
| ::v8::Handle<::v8::Value > | SimpleProperty_SetDefaultValue (const ::v8::Arguments &args) |
| ::v8::Handle<::v8::Value > | SimpleProperty_SetRequired (const ::v8::Arguments &args) |
Variables | |
| static::v8::Persistent<::v8::FunctionTemplate > | sdset_simpleproperty_template |
| ::v8::Handle<::v8::Value> SimpleProperty_Clone | ( | const ::v8::Arguments & | args | ) |
Definition at line 69 of file binding/v8/jsi/dataaccess/SimpleProperty.cpp.
Referenced by te::v8::jsi::GetSimplePropertyTemplate().
| ::v8::Handle<::v8::Value> SimpleProperty_Constructor | ( | const ::v8::Arguments & | args | ) |
Definition at line 74 of file binding/v8/jsi/dataaccess/SimpleProperty.cpp.
Referenced by te::v8::jsi::RegisterSimpleProperty().
| ::v8::Handle<::v8::Value> SimpleProperty_GetDefaultValue | ( | const ::v8::Arguments & | args | ) |
Definition at line 54 of file binding/v8/jsi/dataaccess/SimpleProperty.cpp.
Referenced by te::v8::jsi::GetSimplePropertyTemplate().
| ::v8::Handle<::v8::Value> SimpleProperty_Has | ( | const ::v8::Arguments & | args | ) |
Definition at line 64 of file binding/v8/jsi/dataaccess/SimpleProperty.cpp.
Referenced by te::v8::jsi::GetSimplePropertyTemplate().
| ::v8::Handle<::v8::Value> SimpleProperty_IsAutoNumber | ( | const ::v8::Arguments & | args | ) |
Definition at line 44 of file binding/v8/jsi/dataaccess/SimpleProperty.cpp.
Referenced by te::v8::jsi::GetSimplePropertyTemplate().
| ::v8::Handle<::v8::Value> SimpleProperty_IsRequired | ( | const ::v8::Arguments & | args | ) |
Definition at line 34 of file binding/v8/jsi/dataaccess/SimpleProperty.cpp.
Referenced by te::v8::jsi::GetSimplePropertyTemplate().
| ::v8::Handle<::v8::Value> SimpleProperty_SetAutoNumber | ( | const ::v8::Arguments & | args | ) |
Definition at line 49 of file binding/v8/jsi/dataaccess/SimpleProperty.cpp.
Referenced by te::v8::jsi::GetSimplePropertyTemplate().
| ::v8::Handle<::v8::Value> SimpleProperty_SetDefaultValue | ( | const ::v8::Arguments & | args | ) |
Definition at line 59 of file binding/v8/jsi/dataaccess/SimpleProperty.cpp.
Referenced by te::v8::jsi::GetSimplePropertyTemplate().
| ::v8::Handle<::v8::Value> SimpleProperty_SetRequired | ( | const ::v8::Arguments & | args | ) |
Definition at line 39 of file binding/v8/jsi/dataaccess/SimpleProperty.cpp.
Referenced by te::v8::jsi::GetSimplePropertyTemplate().
| ::v8::Persistent<::v8::FunctionTemplate> sdset_simpleproperty_template |
Definition at line 105 of file binding/v8/jsi/dataaccess/SimpleProperty.cpp.
Referenced by te::v8::jsi::GetSimplePropertyTemplate().