My Project
|
An object that stores and retrieves values correlating to anchor_t values. More...
#include <anchordict.h>
Public Member Functions | |
void | Register (anchor_t anchor, T value) |
T | Get (anchor_t anchor) const |
An object that stores and retrieves values correlating to anchor_t values.
Efficient implementation that can make assumptions about how
values are assigned by the Parser class.