Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/property/
H A Dproperty_handle.cpp23 PropertyHandle::PropertyHandle(IPropertyApi* owner, void* data, const size_t size) noexcept
27 PropertyHandle::PropertyHandle(PropertyHandle&& other) noexcept
32 PropertyHandle& PropertyHandle::operator=(PropertyHandle&& other) noexcept
42 const IPropertyApi* PropertyHandle::Owner() const in Owner()
47 size_t PropertyHandle
[all...]
H A Dproperty_handle.h25 class PropertyHandle : public CORE_NS::IPropertyHandle { class
27 PropertyHandle() = delete;
28 PropertyHandle(CORE_NS::IPropertyApi* owner, void* data, const size_t size) noexcept;
29 PropertyHandle(const PropertyHandle& other) = delete;
30 PropertyHandle(PropertyHandle&& other) noexcept;
31 ~PropertyHandle() override = default;
32 PropertyHandle& operator=(const PropertyHandle
[all...]

Completed in 1 milliseconds