#include <TopNMultimap.h>
Public Member Functions | |
TopNMultimap (unsigned int n) throw (std::exception) | |
void | insert (const pair< TKey, TValue > &p) throw (std::exception) |
void | erase (const TKey &p) throw (std::exception) |
bool | findByKey (const TKey &k, TValue &d, bool &inTop) const throw (std::exception) |
const multimap< TValue, TKey > & | getTopMultimap () const throw (std::exception) |
const multimap< TValue, TKey > & | getBottomMultimap () const throw (std::exception) |
|
|
|
|
|
|
|
|
|
|
|
|