![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
A generic map template class for moveable objects eg. structs or fundamental data types like UInt32, Real, etc.
See MapBase class for all map methods.
A map stores a number of key/value pairs, where the keys do not have to be unique.
The map class works for moveable objects only, use ObjectMap class for storing non-moveable objects.
This class is based on the NTL VectorMap container, see http://www.ultimatepp.org
Murl.MapBase.StringStringArrayStringStdHashString
The default constructor. Create an empty map.
Murl.Map.StringString new()
The copy constructor.
Murl.Map.StringString new(Murl.Map.StringString map)
map | The map object to copy. |
Remove the last key/value pair from the map and return its value.
String Pop()