#include "common/common.h"
#include "threadsafe/smart_ptr.h"
#include "threadsafe/threadsafe_multimap.h"
Go to the source code of this file.
Classes | |
struct | hash_value_t |
class | Datahash |
Basic datahash object. More... | |
| |
enum | eHashDataType { eHashDataType_String = 1, eHashDataType_Hash = 2, eHashDataType_Invalid = 0 } |
bool | isValidHashKeyName (IN const char *key_name) throw () |
is the given key valid? there are restrictions on key formats | |
void | validateHashKeyName (IN const char *key_name) |
throw an exception if the given key is not valid |