CLookupInt Class Reference
#include <clookup.h>
Classes | |
| class | CIterator |
Public Member Functions | |
| int | get (void *key) const |
| void | put (void *key, int value) |
| bool | exists (void *key) const |
Private Attributes | |
| CLOOKUP_MAP_INT | m_impl |
Friends | |
| class | CIterator |
Detailed Description
CLookupInt: Lookup from pointer to integer
Member Function Documentation
| bool CLookupInt::exists | ( | void * | key | ) | const [inline] |
| int CLookupInt::get | ( | void * | key | ) | const [inline] |
| void CLookupInt::put | ( | void * | key, | |
| int | value | |||
| ) | [inline] |
Friends And Related Function Documentation
friend class CIterator [friend] |
Member Data Documentation
CLOOKUP_MAP_INT CLookupInt::m_impl [private] |
The documentation for this class was generated from the following file:

