OpenMoHAA 0.82.0
|
#include <con_set.h>
Public Member Functions | |
void * | operator new (size_t size) |
void | operator delete (void *ptr) |
k & | GetKey () |
void | SetKey (const k &newKey) |
Public Attributes | |
v | value |
This class was originally inside con_set (con_set::Entry). But because GCC is being extremely annoying and is moaning because of specialization after instantiation, the class is now laying there.