Searched refs:ContainerBase (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | container_base.cpp | 27 void ContainerBase::SetImplementingIContainer(IObject* me, IContainer* c) in SetImplementingIContainer() 36 void ContainerBase::LockShared() const in LockShared() 41 void ContainerBase::UnlockShared() const in UnlockShared() 46 void ContainerBase::Lock() const in Lock() 51 void ContainerBase::Unlock() const in Unlock() 56 bool ContainerBase::SetProxyParent(const IContainer::Ptr& parent) in SetProxyParent() 62 IObject::Ptr ContainerBase::FindAnyImpl(const IContainer::FindOptions& options, bool isFlat) const in FindAnyImpl() 77 BASE_NS::vector<IObject::Ptr> ContainerBase::FindAllImpl(const IContainer::FindOptions& options, bool isFlat) const in FindAllImpl() 94 BASE_NS::vector<IObject::Ptr> ContainerBase::GetAll() const in GetAll() 100 IObject::Ptr ContainerBase [all...] |
H A D | container_base.h | 31 META_REGISTER_CLASS(ContainerBase, "28ff5f18-2bf0-45c7-b82f-830e94d15cc9", ObjectCategory::NO_CATEGORY); 33 class ContainerBase : public IntroduceInterfaces<IContainer, IContainerProxyParent, IRequiredInterfaces, ILockable, class
|
H A D | flat_container.h | 22 class FlatContainer : public ContainerBase {
|
H A D | container.h | 22 class Container : public ContainerBase {
|
H A D | flat_container.cpp | 29 return ContainerBase::FindAnyImpl(options, true); in FindAny() 34 return ContainerBase::FindAllImpl(options, true); in FindAll()
|
H A D | container.cpp | 31 return ContainerBase::FindAnyImpl(options, false); in FindAny() 36 return ContainerBase::FindAllImpl(options, false); in FindAll()
|
Completed in 2 milliseconds