#include "intmap.h"
#include <map>
#include <vector>
#include <misc.h>
Include dependency graph for intmap.cpp:
Typedefs | |
typedef map< int, int > | intmap_t |
typedef vector< intmap_t > | intmaps_t |
Functions | |
unsigned int | intmap_create () |
void | intmap_validate (unsigned int id) |
void | intmap_put (unsigned int id, int key, int value) |
int | intmap_get (unsigned int id, int key) |
int | intmap_has (unsigned int id, int key) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|