a struct representing a key:value pair, and wrapping an XML fragment like the following: More...
#include <readosm.h>
Data Fields | |
| const char * | key |
| the KEY | |
| const char * | value |
| the VALUE | |
a struct representing a key:value pair, and wrapping an XML fragment like the following:
<tag key="key-value" value="some-value" />
1.8.8