_key_value Struct Reference

#include <object.h>

Collaboration diagram for _key_value:

Collaboration graph
[legend]

Data Fields

const char * key
const char * value
struct _key_valuenext

Detailed Description

Each object (this also means archetypes!) could have a few of these "dangling" from it; this could also end up containing 'parse errors'.

key and value are shared-strings.

Please use get_ob_key_value(), set_ob_key_value() from object.c rather than accessing the list directly. Exception is if you want to walk this list for some reason.

Definition at line 66 of file object.h.


Field Documentation

const char* key

Definition at line 67 of file object.h.

struct _key_value* next [read]

Definition at line 69 of file object.h.

const char* value

Definition at line 68 of file object.h.


The documentation for this struct was generated from the following file:

Generated on Thu Mar 25 23:27:55 2010 for Crossfire Server, Branch 1.12 by  doxygen 1.5.8