Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dproperty.h61 TypedPropertyLock<Type> operator->() const in operator ->()
66 TypedPropertyLock<Type> GetLockedAccess() const in GetLockedAccess()
68 return TypedPropertyLock<Type>(p_.get()); in GetLockedAccess()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h302 class TypedPropertyLock final : public PropertyInterface<Type> {
307 META_NO_COPY_MOVE(TypedPropertyLock)
310 explicit TypedPropertyLock(PropertyType p) : PropertyInterface<Type>(p) in TypedPropertyLock() function in final
316 ~TypedPropertyLock() in ~TypedPropertyLock()
325 return const_cast<TypedPropertyLock*>(this); in operator ->()

Completed in 2 milliseconds