Tag, attach arbitrary information to objects.
#include <ayam.h>
Data Fields | |
struct ay_tag_s * | next |
next tag | |
char | is_intern |
is this tag internal? | |
char | is_binary |
is this tag binary? | |
char * | name |
name of tag (e.g. "PV") | |
unsigned int | type |
type of tag (e.g. ay_pv_tagtype) | |
void * | val |
value of tag (e.g. "mycolor,constant,c,1,0,1,0") |