|
Mana
|
A map that returns a default value for non-existent keys. More...
#include <questdb.h>
Public Member Functions | |
| void | set (Key key, Value value) |
| Value | get (Key key) const |
| void | clear () |
Private Attributes | |
| std::map< Key, Value > | mVars |
A map that returns a default value for non-existent keys.
|
inline |
|
inline |
|
inline |
|
private |