src/pcache.h File Reference

#include "db.h"
#include "cque.h"
#include "rbtree.h"

Include dependency graph for pcache.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  player_cache

Defines

#define PF_DEAD   0x0001
#define PF_REF   0x0002
#define PF_MONEY_CH   0x0004
#define PF_QMAX_CH   0x0008

Typedefs

typedef player_cache PCACHE

Variables

rbtree pcache_tree
PCACHEpcache_head


Define Documentation

#define PF_DEAD   0x0001

Definition at line 23 of file pcache.h.

Referenced by pcache_save(), and pcache_trim().

#define PF_MONEY_CH   0x0004

Definition at line 25 of file pcache.h.

Referenced by pcache_save(), and s_Pennies().

#define PF_QMAX_CH   0x0008

Definition at line 26 of file pcache.h.

Referenced by pcache_save().

#define PF_REF   0x0002

Definition at line 24 of file pcache.h.

Referenced by pcache_find(), and pcache_trim().


Typedef Documentation

typedef struct player_cache PCACHE


Variable Documentation

PCACHE* pcache_head

Definition at line 21 of file pcache.h.

Referenced by pcache_find(), pcache_init(), pcache_sync(), and pcache_trim().

rbtree pcache_tree

Definition at line 20 of file pcache.h.

Referenced by pcache_find(), pcache_init(), and pcache_trim().


Generated on Mon May 28 04:25:47 2007 for BattletechMUX by  doxygen 1.4.7