#include <SortedIndex.h>
Public Member Functions | |
SortedIndex () | |
virtual | ~SortedIndex () |
void | set (size_t i, const TValue &v) throw (std::exception) |
void | unset (size_t i) throw (std::exception) |
bool | findByIndex (size_t k, TValue &v) const throw (std::exception) |
const map< size_t, TValue > & | getIndex () const throw (std::exception) |
const multimap< TValue, size_t > & | getSortedMultimap () const throw (std::exception) |
size_t | getMaxIndex () const throw (std::exception) |
size_t | size () const throw (std::exception) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|