navit
0.5.1-trunk
|
#include <maptool.h>
Data Fields | |
int | len |
enum attr_type | type |
An attribute for an item_bin as it is stored in a Navit binfile. Note that this struct only has fields for the header of the attribute. The attribute value is stored in memory after this struct. The type of the value (string, number, ...) depends on the attribute type.
int attr_bin::len |
Length of this attribute (not including this length field) in 32-bit ints.
Referenced by attr_bin_write_data(), item_bin_add_attr(), item_bin_copy_attr(), item_bin_dump(), item_bin_get_attr(), item_bin_get_attr_bin(), item_bin_get_attr_bin_last(), item_bin_remove_attr(), and osm_add_node().
enum attr_type attr_bin::type |
Attribute type.
Referenced by attr_bin_write_data(), item_bin_add_attr(), item_bin_copy_attr(), item_bin_dump(), item_bin_get_attr(), item_bin_get_attr_bin(), item_bin_sort_compare(), osm_add_node(), and write_countrydir().