#include "camtypes.h"
Go to the source code of this file.
Classes | |
struct | MemTrackExtra |
Holds the info that we use in the memory tracking code. It is a doubly linked list that tells us how big a block is, where it was allocated etc. More... | |
Defines | |
#define | GUARDWORD 0xEFBEADDE |
#define | DEADGUARD 0xEEFFC000 |
#define | NEWLANDFILL 0xCD |
#define | OLDLANDFILL 0xAF |
#define | CHECK_MEMORY 0 |
Typedefs | |
typedef MemTrackExtra | MemTrackExtra |
Holds the info that we use in the memory tracking code. It is a doubly linked list that tells us how big a block is, where it was allocated etc. | |
Variables | |
static TCHAR BASED_CODE | szCCObject [] = wxT("CCObject") |
Secret-squirrel (global, 'cos ccobject.h is a tad critical) function called by IndexedColours when they detect that they are "in use". | |
static CC_CLASSINIT | _init_CCObject (&CCObject::cc_classCCObject) |
|
Definition at line 177 of file ccobject.cpp. |
|
Definition at line 154 of file ccobject.cpp. |
|
Definition at line 153 of file ccobject.cpp. |
|
Definition at line 155 of file ccobject.cpp. |
|
Definition at line 156 of file ccobject.cpp. |
|
Holds the info that we use in the memory tracking code. It is a doubly linked list that tells us how big a block is, where it was allocated etc.
|
|
|
|
Secret-squirrel (global, 'cos ccobject.h is a tad critical) function called by IndexedColours when they detect that they are "in use". \ ** Objects for Runtime Typing ** ** Definition at line 767 of file ccobject.cpp. |