Home
last modified time | relevance | path

Searched defs:DefaultValueBind (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Ddefault_value_bind.h32 explicit DefaultValueBind(const IProperty::Ptr& property) : property_(property) {} in DefaultValueBind() function in final
38 DefaultValueBind(const DefaultValueBind& other) : property_(other.property_) in DefaultValueBind() function in final
42 DefaultValueBind(DefaultValueBind&& other) : property_(other.property_) in DefaultValueBind() function in final
[all...]

Completed in 1 milliseconds