Collaboration diagram for MAKLogger::DtKeyValuePair:Public Member Functions | |
| DtKeyValuePair (unsigned int _key, unsigned int _val) | |
| DtKeyValuePair (const DtKeyValuePair &src) | |
| DtKeyValuePair & | operator= (const DtKeyValuePair &src) |
| Assignment operator. | |
| bool | operator== (const DtKeyValuePair &rhs) |
| Comparison operators. | |
| bool | operator!= (const DtKeyValuePair &rhs) |
| unsigned int | operator[] (int ix) const |
| Subscript operator. | |
Public Attributes | |
| unsigned int | key |
| unsigned int | val |