Ignition Rendering

API Reference

6.3.1
Map< T > Member List

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

ContainsKey(const std::string &_key) const =0Map< T >pure virtual
ContainsValue(ConstTPtr _value) const =0Map< T >pure virtual
Get(const std::string &_key) const =0Map< T >pure virtual
GetByIndex(unsigned int _index) const =0Map< T >pure virtual
Put(const std::string &_key, TPtr _value)=0Map< T >pure virtual
Remove(const std::string &_key)=0Map< T >pure virtual
Remove(TPtr _value)=0Map< T >pure virtual
RemoveAll()=0Map< T >pure virtual
Size() const =0Map< T >pure virtual
~Map()Map< T >inlinevirtual