Home
last modified time | relevance | path

Searched defs:TypedArrayPropertyLock (Results 1 – 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/interface/detail/
Darray_property.h272 META_NO_COPY_MOVE(TypedArrayPropertyLock) in META_NO_COPY_MOVE() argument
280 TypedArrayPropertyLock(NoCheckT, PropertyType p) : ArrayPropertyInterface<Type>(p) in TypedArrayPropertyLock() function
286 …explicit TypedArrayPropertyLock(PropertyType p) : TypedArrayPropertyLock(NOCHECK, CanConstructFrom… in TypedArrayPropertyLock() function
288 explicit TypedArrayPropertyLock(const IProperty::Ptr& p) : TypedArrayPropertyLock(p.get()) {} in TypedArrayPropertyLock() function
289 … explicit TypedArrayPropertyLock(const IProperty::ConstPtr& p) : TypedArrayPropertyLock(p.get()) {} in TypedArrayPropertyLock() function