Free Electron
|
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 |
Private Attributes | |
std::vector< T > | m_data |
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.