#include <biosphere.h>
Collaboration diagram for bs_message_part:
Data Fields | |
char * | name |
bs_data_type * | type |
bs_bool | from_mp |
Definition at line 112 of file biosphere.h.
char* bs_message_part::name |
Human readable name of the part.
Definition at line 114 of file biosphere.h.
Referenced by add_message_part_to_xml(), compare_message_parts(), copy_message_part(), delete_message_parts(), main(), and new_bs_message_part().
Data type of the message part.
Definition at line 115 of file biosphere.h.
Referenced by add_message_part_to_xml(), compare_message_parts(), copy_message_part(), and new_bs_message_part().
Whether the structure was allocated from a memory pool.
Definition at line 117 of file biosphere.h.
Referenced by new_bs_message_part().