One tag value. More...
#include <tag.h>
Data Fields | |
enum tag_type | type |
the type of this item | |
char | value [sizeof(long)] |
the value of this tag; this is a variable length string |
One tag value.
It is a mapping of tag_type to am arbitrary string value. Each tag can have multiple items of one tag type (although few clients support that).
Definition at line 66 of file tag.h.
enum tag_type tag_item::type |
char tag_item::value[sizeof(long)] |