Home
last modified time | relevance | path

Searched refs:ContainerBase (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dcontainer_base.cpp27 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 Dcontainer_base.h31 META_REGISTER_CLASS(ContainerBase, "28ff5f18-2bf0-45c7-b82f-830e94d15cc9", ObjectCategory::NO_CATEGORY);
33 class ContainerBase : public IntroduceInterfaces<IContainer, IContainerProxyParent, IRequiredInterfaces, ILockable, class
H A Dflat_container.h22 class FlatContainer : public ContainerBase {
H A Dcontainer.h22 class Container : public ContainerBase {
H A Dflat_container.cpp29 return ContainerBase::FindAnyImpl(options, true); in FindAny()
34 return ContainerBase::FindAllImpl(options, true); in FindAll()
H A Dcontainer.cpp31 return ContainerBase::FindAnyImpl(options, false); in FindAny()
36 return ContainerBase::FindAllImpl(options, false); in FindAll()

Completed in 3 milliseconds