BaseStore< T, U > Member List
This is the complete list of members for BaseStore< T, U >, including all inherited members.
| Add(TPtr _object) | BaseStore< T, U > | virtual |
| AddDerived(UPtr _object) | BaseStore< T, U > | virtual |
| AddImpl(UPtr _object) | BaseStore< T, U > | protectedvirtual |
| BaseStore() | BaseStore< T, U > | |
| Begin() | BaseStore< T, U > | virtual |
| ConstIter(ConstTPtr _object) const | BaseStore< T, U > | protectedvirtual |
| ConstIterById(unsigned int _id) const | BaseStore< T, U > | protectedvirtual |
| ConstIterByIndex(unsigned int _index) const | BaseStore< T, U > | protectedvirtual |
| ConstIterByName(const std::string &_name) const | BaseStore< T, U > | protectedvirtual |
| Contains(ConstTPtr _object) const | BaseStore< T, U > | virtual |
| ContainsId(unsigned int _id) const | BaseStore< T, U > | virtual |
| ContainsName(const std::string &_name) const | BaseStore< T, U > | virtual |
| DerivedById(unsigned int _id) const | BaseStore< T, U > | virtual |
| DerivedByIndex(unsigned int _index) const | BaseStore< T, U > | virtual |
| DerivedByName(const std::string &_name) const | BaseStore< T, U > | virtual |
| Destroy(TPtr _object) | BaseStore< T, U > | virtual |
| DestroyAll() | BaseStore< T, U > | virtual |
| DestroyById(unsigned int _id) | BaseStore< T, U > | virtual |
| DestroyByIndex(unsigned int _index) | BaseStore< T, U > | virtual |
| DestroyByName(const std::string &_name) | BaseStore< T, U > | virtual |
| DestroyImpl(UIter _iter) | BaseStore< T, U > | protectedvirtual |
| End() | BaseStore< T, U > | virtual |
| GetById(unsigned int _id) const | BaseStore< T, U > | virtual |
| GetByIndex(unsigned int _index) const | BaseStore< T, U > | virtual |
| GetByName(const std::string &_name) const | BaseStore< T, U > | virtual |
| IsValidIter(ConstUIter _iter) const | BaseStore< T, U > | protectedvirtual |
| Iter(ConstTPtr _object) | BaseStore< T, U > | protectedvirtual |
| IterById(unsigned int _id) | BaseStore< T, U > | protectedvirtual |
| IterByIndex(unsigned int _index) | BaseStore< T, U > | protectedvirtual |
| IterByName(const std::string &_name) | BaseStore< T, U > | protectedvirtual |
| Remove(TPtr _object) | BaseStore< T, U > | virtual |
| RemoveAll() | BaseStore< T, U > | virtual |
| RemoveById(unsigned int _id) | BaseStore< T, U > | virtual |
| RemoveByIndex(unsigned int _index) | BaseStore< T, U > | virtual |
| RemoveByName(const std::string &_name) | BaseStore< T, U > | virtual |
| RemoveConstness(ConstUIter _iter) | BaseStore< T, U > | protectedvirtual |
| RemoveDerived(UPtr _object) | BaseStore< T, U > | virtual |
| RemoveDerivedById(unsigned int _id) | BaseStore< T, U > | virtual |
| RemoveDerivedByIndex(unsigned int _index) | BaseStore< T, U > | virtual |
| RemoveDerivedByName(const std::string &_name) | BaseStore< T, U > | virtual |
| RemoveImpl(UIter _iter) | BaseStore< T, U > | protectedvirtual |
| Size() const | BaseStore< T, U > | virtual |
| store | BaseStore< T, U > | protected |
| storeMap | BaseStore< T, U > | protected |
| ~BaseStore() | BaseStore< T, U > | virtual |
| ~Store()=default | Store< T > | virtual |