ccobject.cpp File Reference

(r1785/r1464)

#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)


Define Documentation

#define CHECK_MEMORY   0
 

Definition at line 177 of file ccobject.cpp.

#define DEADGUARD   0xEEFFC000
 

Definition at line 154 of file ccobject.cpp.

#define GUARDWORD   0xEFBEADDE
 

Definition at line 153 of file ccobject.cpp.

#define NEWLANDFILL   0xCD
 

Definition at line 155 of file ccobject.cpp.

#define OLDLANDFILL   0xAF
 

Definition at line 156 of file ccobject.cpp.


Typedef Documentation

typedef struct 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.

Author:
Rik_Heywood (Xara Group Ltd) <camelotdev@xara.com>
Date:
27/8/94


Variable Documentation

CC_CLASSINIT _init_CCObject(&CCObject::cc_classCCObject) [static]
 

TCHAR BASED_CODE szCCObject[] = wxT("CCObject") [static]
 

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.


Generated on Sat Nov 10 03:49:28 2007 for Camelot by  doxygen 1.4.4