#include "datahash.h"#include "common/wave_ex.h"#include "util/parsing.h"
Go to the source code of this file.
Functions | |
| static bool | isValidHashKeyCharacter (IN char a, IN bool isFirstCharacter) throw () |
| 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 | |
Variables | |
| static const int | s_maxHashKeyLength = 32 |
| static bool isValidHashKeyCharacter | ( | IN char | a, | |
| IN bool | isFirstCharacter | |||
| ) | throw () [static] |
Definition at line 52 of file datahash.cpp.
const int s_maxHashKeyLength = 32 [static] |
Definition at line 41 of file datahash.cpp.
1.7.1