libcstl
|
The map object. More...
#include <map.h>
The map object.
The map may be declared on the stack or allocated. In either case, it must be initialized via cstl_map_init(). The map must be cleared with cstl_map_clear() to free any memory alloced by the map itself.