Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <key_mutable_set.h>
Public Member Functions | |
void | flatten () |
void | checkSet () |
This just checks the order of the set for testing purposes.. More... | |
void | changeKey (typename SUPER::iterator &iter, const T &newKey, typename SUPER::iterator &templess, typename SUPER::iterator &rettempmore) |
Given an iterator you can alter that iterator's key to be the one passed in. More... | |
SUPER::iterator | changeKey (typename SUPER::iterator iter, const T &newKey) |
SUPER::iterator | insert (const T &newKey, typename SUPER::iterator hint) |
SUPER::iterator | insert (const T &newKey) |
Definition at line 104 of file key_mutable_set.h.
|
inline |
Given an iterator you can alter that iterator's key to be the one passed in.
The type must have a function called changeKey(const Key &newKey) that changes its key to the specified new key.
Definition at line 122 of file key_mutable_set.h.
References ListMutableSet< T, _Compare >::insert().
Referenced by ListMutableSet< T, _Compare >::changeKey().
|
inline |
Definition at line 147 of file key_mutable_set.h.
References ListMutableSet< T, _Compare >::changeKey().
|
inline |
This just checks the order of the set for testing purposes..
Definition at line 111 of file key_mutable_set.h.
|
inline |
Definition at line 109 of file key_mutable_set.h.
|
inline |
Definition at line 153 of file key_mutable_set.h.
Referenced by ListMutableSet< T, _Compare >::changeKey(), and ListMutableSet< T, _Compare >::insert().
|
inline |
Definition at line 185 of file key_mutable_set.h.
References ListMutableSet< T, _Compare >::insert().