Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h257 class PropertyInterface : public PropertyBaseType<Type> { class
265 explicit PropertyInterface(PropertyType p) : Super(p) {} in PropertyInterface() function in PropertyInterface
302 class TypedPropertyLock final : public PropertyInterface<Type> {
303 using PropertyType = typename PropertyInterface<Type>::PropertyType;
304 using IT = PropertyInterface<Type>;
310 explicit TypedPropertyLock(PropertyType p) : PropertyInterface<Type>(p) in TypedPropertyLock()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dproperty.h71 PropertyInterface<Type> GetUnlockedAccess() const in GetUnlockedAccess()
73 return PropertyInterface<Type>(p_.get()); in GetUnlockedAccess()

Completed in 2 milliseconds