MySQL 5.6.14 Source Code Document
|
#include <ObjectMap.hpp>
Classes | |
class | MapEntry |
Public Member Functions | |
STATIC_CONST (InvalidId=0x7fffffff) | |
NdbObjectIdMap (Uint32 initalSize, Uint32 expandSize) | |
Uint32 | map (void *object) |
void * | unmap (Uint32 id, void *object) |
void * | getObject (Uint32 id) |
Global ObjectMap
Definition at line 33 of file ObjectMap.hpp.