Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
Entity.m File Reference
+ Include dependency graph for Entity.m:

Go to the source code of this file.

Classes

category  Entity(OOPrivate)
 

Macros

#define ADD_FLAG_IF_SET(x)
 

Variables

uint32_t gLiveEntityCount = 0
 
size_t gTotalEntityMemory = 0
 
static NSString *const kOOLogEntityAddToList = @"entity.linkedList.add"
 
static NSString *const kOOLogEntityAddToListError = @"entity.linkedList.add.error"
 
static NSString *const kOOLogEntityRemoveFromList = @"entity.linkedList.remove"
 
static NSString *const kOOLogEntityRemoveFromListError = @"entity.linkedList.remove.error"
 
static NSString *const kOOLogEntityUpdateError = @"entity.linkedList.update.error"
 
static NSString *const kOOLogEntityVerificationError = @"entity.linkedList.verify.error"
 

Macro Definition Documentation

◆ ADD_FLAG_IF_SET

#define ADD_FLAG_IF_SET ( x)
Value:
if (x) { [flags addObject:@#x]; }
float x

Variable Documentation

◆ gLiveEntityCount

uint32_t gLiveEntityCount = 0

Definition at line 43 of file Entity.m.

◆ gTotalEntityMemory

size_t gTotalEntityMemory = 0

Definition at line 44 of file Entity.m.

◆ kOOLogEntityAddToList

NSString* const kOOLogEntityAddToList = @"entity.linkedList.add"
static

Definition at line 49 of file Entity.m.

◆ kOOLogEntityAddToListError

NSString* const kOOLogEntityAddToListError = @"entity.linkedList.add.error"
static

Definition at line 50 of file Entity.m.

◆ kOOLogEntityRemoveFromList

NSString* const kOOLogEntityRemoveFromList = @"entity.linkedList.remove"
static

Definition at line 51 of file Entity.m.

◆ kOOLogEntityRemoveFromListError

NSString* const kOOLogEntityRemoveFromListError = @"entity.linkedList.remove.error"
static

Definition at line 52 of file Entity.m.

◆ kOOLogEntityUpdateError

NSString* const kOOLogEntityUpdateError = @"entity.linkedList.update.error"
static

Definition at line 53 of file Entity.m.

◆ kOOLogEntityVerificationError

NSString* const kOOLogEntityVerificationError = @"entity.linkedList.verify.error"
static

Definition at line 55 of file Entity.m.