2#ifndef _HashDictionary_h_
3#define _HashDictionary_h_
15template<
typename T,
typename T2>
Stub for HashDictionary class (not implemented currently). Objects of this class should only be alloc...
Definition: hash_dictionary.h:16
T2 operator[](const T &key) const
Accessor method stub.
Definition: hash_dictionary.h:23
Definition: db_command.h:9