managedObject.h File Reference

managedObject class interface More...

#include "goblinController.h"
#include "attributePool.h"

Data Structures

class  managedObject
 The base class for all kinds of managed data objects. More...

Defines

#define InternalError(scope, event)   {sprintf(this->CT.logBuffer,"%s (%s, line: %d)",event,__FILE__,__LINE__); Error(ERR_INTERNAL,scope,this->CT.logBuffer);}
#define InternalError1(scope)   {sprintf(this->CT.logBuffer,"%s (%s, line: %d)",this->CT.logBuffer,__FILE__,__LINE__); Error(ERR_INTERNAL,scope,this->CT.logBuffer);}


Detailed Description

managedObject class interface


Define Documentation

#define InternalError scope,
event   )     {sprintf(this->CT.logBuffer,"%s (%s, line: %d)",event,__FILE__,__LINE__); Error(ERR_INTERNAL,scope,this->CT.logBuffer);}
 

#define InternalError1 scope   )     {sprintf(this->CT.logBuffer,"%s (%s, line: %d)",this->CT.logBuffer,__FILE__,__LINE__); Error(ERR_INTERNAL,scope,this->CT.logBuffer);}