Home
last modified time | relevance | path

Searched refs:ArrayPropertyLock (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Darray_property.h229 class ArrayPropertyLock final : public ArrayPropertyBaseType<Property> {
232 META_NO_COPY_MOVE(ArrayPropertyLock)
235 explicit ArrayPropertyLock(BASE_NS::shared_ptr<Property> p) : ArrayPropertyBaseType<Property>(p.get()) in ArrayPropertyLock() function in final
241 ~ArrayPropertyLock() in ~ArrayPropertyLock()
250 return const_cast<ArrayPropertyLock*>(this); in operator ->()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Darray_element_bind.h62 ArrayPropertyLock l(p);
73 ArrayPropertyLock l(p);

Completed in 1 milliseconds