#include <mootAssocVector.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Default constructor |
|
Constructor given size |
|
Destructor |
|
Return a read-only iterator pointing to the node for , or end() if no such node exists |
|
Return a read/write iterator pointing to the node for , or end() if no such node exists |
|
Return a read/write iterator pointing a node for , adding such a node if not already present |
|
Get assocation for , possibly creating a new one. Returns a reference to the (new) node. |
|
Alias for get_node(key)->second |
|
Insert association => into the list. Returns an iterator pointing to the (possibly new) association. |
|
Get/insert the |
|
Alias for find_data(key) |
|
Alias for get_data(key) |
|
Sort contents in descending order by key,value |
|
Sort contents in descending order by value,key |
|
Sort contents in ascending order by key,value |
|
Sort contents in ascending order by value,key |