Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Darray_property.h57 TypedArrayPropertyLock<Type> operator->() const in operator ->()
62 TypedArrayPropertyLock<Type> GetLockedAccess() const in GetLockedAccess()
64 return TypedArrayPropertyLock<Type>(p_.get()); in GetLockedAccess()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Darray_property.h201 class TypedArrayPropertyLock final : public ArrayPropertyInterface<Type> {
206 META_NO_COPY_MOVE(TypedArrayPropertyLock)
209 explicit TypedArrayPropertyLock(PropertyType p) : ArrayPropertyInterface<Type>(p) in TypedArrayPropertyLock() function in final
215 ~TypedArrayPropertyLock() in ~TypedArrayPropertyLock()
224 return const_cast<TypedArrayPropertyLock*>(this); in operator ->()

Completed in 2 milliseconds