Ignition Rendering

API Reference

5.0.0
Store< T > Member List

This is the complete list of members for Store< T >, including all inherited members.

Add(TPtr _object)=0Store< T >pure virtual
Contains(ConstTPtr _object) const =0Store< T >pure virtual
ContainsId(unsigned int _id) const =0Store< T >pure virtual
ContainsName(const std::string &_name) const =0Store< T >pure virtual
Destroy(TPtr _object)=0Store< T >pure virtual
DestroyAll()=0Store< T >pure virtual
DestroyById(unsigned int _id)=0Store< T >pure virtual
DestroyByIndex(unsigned int _index)=0Store< T >pure virtual
DestroyByName(const std::string &_name)=0Store< T >pure virtual
GetById(unsigned int _id) const =0Store< T >pure virtual
GetByIndex(unsigned int _index) const =0Store< T >pure virtual
GetByName(const std::string &_name) const =0Store< T >pure virtual
Remove(TPtr _object)=0Store< T >pure virtual
RemoveAll()=0Store< T >pure virtual
RemoveById(unsigned int _id)=0Store< T >pure virtual
RemoveByIndex(unsigned int _index)=0Store< T >pure virtual
RemoveByName(const std::string &_name)=0Store< T >pure virtual
Size() const =0Store< T >pure virtual
~Store()Store< T >inlinevirtual