#include <sspt_onetoone.h>
Public Member Functions | |
| bool | map (const S &key, T *buffer) |
| bool | invert (const &T key, S *buffer) |
| bool | insert (const S &keyDomain, const T &keyRange) |
| bool | remove (const S &key) |
| bool | removeInverse (const T &key) |
| sspt_AVLIterator< S, T > | begin () |
| sspt_AVLIterator< T, S > | beginInverse () |
| void | clear () |
| sspt_AVLIterator<S,T> sspt_OneToOne< S, T >::begin | ( | ) | [inline] |
| sspt_AVLIterator<T,S> sspt_OneToOne< S, T >::beginInverse | ( | ) | [inline] |
| void sspt_OneToOne< S, T >::clear | ( | ) | [inline] |
| bool sspt_OneToOne< S, T >::insert | ( | const S & | keyDomain, | |
| const T & | keyRange | |||
| ) | [inline] |
| bool sspt_OneToOne< S, T >::invert | ( | const &T | key, | |
| S * | buffer | |||
| ) |
| bool sspt_OneToOne< S, T >::map | ( | const S & | key, | |
| T * | buffer | |||
| ) |
| bool sspt_OneToOne< S, T >::remove | ( | const S & | key | ) | [inline] |
| bool sspt_OneToOne< S, T >::removeInverse | ( | const T & | key | ) | [inline] |