Crossfire Server, Trunk
|
#include <shstr.h>
Data Fields | |
shared_string * | next |
unsigned REFCOUNT_TYPE | refcount |
char | string [PADDING] |
union { | |
shared_string ** array | |
shared_string * previous | |
} | u |
shared_string** shared_string::array |
Definition at line 72 of file shstr.h.
Referenced by add_string(), and free_string().
shared_string* shared_string::next |
Definition at line 75 of file shstr.h.
Referenced by add_string(), find_string(), free_string(), new_shared_string(), and ss_dump_table().
shared_string* shared_string::previous |
Definition at line 73 of file shstr.h.
Referenced by add_string(), free_string(), and new_shared_string().
unsigned REFCOUNT_TYPE shared_string::refcount |
Definition at line 79 of file shstr.h.
Referenced by add_string(), free_string(), new_shared_string(), and ss_dump_table().
char shared_string::string[PADDING] |
Definition at line 84 of file shstr.h.
Referenced by add_string(), find_string(), new_shared_string(), and ss_dump_table().
union { ... } shared_string::u |
Referenced by add_string(), free_string(), and new_shared_string().