CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
hash_dictionary.h
1
2#ifndef _HashDictionary_h_
3#define _HashDictionary_h_
4
5namespace System {
6namespace Collections {
7namespace Generic {
8
15template<typename T, typename T2>
18 enum dummy {};
19public:
23 T2 operator[](const T &key) const { return T2(); }
24};
25
26}}}
27
28#endif
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