CompositeStore< T > Member List
  This is the complete list of members for CompositeStore< T >, including all inherited members.
| Add(TPtr _object)=0 | Store< T > | pure virtual | 
| AddStore(TStorePtr _store)=0 | CompositeStore< T > | pure virtual | 
| Contains(ConstTPtr _object) const =0 | Store< T > | pure virtual | 
| ContainsId(unsigned int _id) const =0 | Store< T > | pure virtual | 
| ContainsName(const std::string &_name) const =0 | Store< T > | pure virtual | 
| ContainsStore(ConstTStorePtr _store) const =0 | CompositeStore< T > | pure virtual | 
| Destroy(TPtr _object)=0 | Store< T > | pure virtual | 
| DestroyAll()=0 | Store< T > | pure virtual | 
| DestroyById(unsigned int _id)=0 | Store< T > | pure virtual | 
| DestroyByIndex(unsigned int _index)=0 | Store< T > | pure virtual | 
| DestroyByName(const std::string &_name)=0 | Store< T > | pure virtual | 
| GetById(unsigned int _id) const =0 | Store< T > | pure virtual | 
| GetByIndex(unsigned int _index) const =0 | Store< T > | pure virtual | 
| GetByName(const std::string &_name) const =0 | Store< T > | pure virtual | 
| GetStore(unsigned int _index) const =0 | CompositeStore< T > | pure virtual | 
| GetStoreCount() const =0 | CompositeStore< T > | pure virtual | 
| Remove(TPtr _object)=0 | Store< T > | pure virtual | 
| RemoveAll()=0 | Store< T > | pure virtual | 
| RemoveById(unsigned int _id)=0 | Store< T > | pure virtual | 
| RemoveByIndex(unsigned int _index)=0 | Store< T > | pure virtual | 
| RemoveByName(const std::string &_name)=0 | Store< T > | pure virtual | 
| RemoveStore(TStorePtr _store)=0 | CompositeStore< T > | pure virtual | 
| RemoveStore(unsigned int _index)=0 | CompositeStore< T > | pure virtual | 
| Size() const =0 | Store< T > | pure virtual | 
| ~CompositeStore() | CompositeStore< T > | inlinevirtual | 
| ~Store() | Store< T > | inlinevirtual |