tag_item Struct Reference

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


Detailed Description

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.


Field Documentation

the type of this item

Definition at line 68 of file tag.h.

char tag_item::value[sizeof(long)]

the value of this tag; this is a variable length string

Definition at line 73 of file tag.h.


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

Generated on Wed Aug 25 00:21:21 2010 for MPD by  doxygen 1.5.7.1