#include <eff_small_map.h>
Public Member Functions | |
simple_map (int N=0x7F) | |
virtual | ~simple_map () |
int | hash (topic_t key) |
cnt_t | get (topic_t key) |
void | put (topic_t key, cnt_t val) |
std::string | print () |
void | clear () |
simple_map::simple_map | ( | int | N = 0x7F |
) |
simple_map::~simple_map | ( | ) | [virtual] |
void simple_map::clear | ( | ) |
cnt_t simple_map::get | ( | topic_t | key | ) |
int simple_map::hash | ( | topic_t | key | ) | [inline] |
std::string simple_map::print | ( | ) |
void simple_map::put | ( | topic_t | key, | |
cnt_t | val | |||
) |