CompoundKey< A, B > Struct Template Reference#include <tDictionary.h>
|
||||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| CompoundKey () | |
| CompoundKey (const A &a, const B &b) | |
| bool | operator== (const CompoundKey &compound) const |
Public Attributes | |
| A | key1 |
| B | key2 |
| CompoundKey< A, B >::CompoundKey | ( | ) | [inline] |
| CompoundKey< A, B >::CompoundKey | ( | const A & | a, | |
| const B & | b | |||
| ) | [inline] |
| bool CompoundKey< A, B >::operator== | ( | const CompoundKey< A, B > & | compound | ) | const [inline] |
| A CompoundKey< A, B >::key1 |
| B CompoundKey< A, B >::key2 |