#include <readtags.h>
Public Attributes | |
const char * | name |
const char * | file |
struct { | |
const char * pattern | |
unsigned long lineNumber | |
} | address |
const char * | kind |
short | fileScope |
struct { | |
unsigned short count | |
tagExtensionField * list | |
} | fields |
|
address for locating tag in source file |
|
number of entries in `list' |
|
miscellaneous extension fields |
|
path of source file containing definition of tag |
|
is tag of file-limited scope? |
|
kind of tag (may by name, character, or NULL if not known) |
|
line number in source file of tag definition (may be zero if not known) |
|
list of key value pairs |
|
name of tag |
|
pattern for locating source line (may be NULL if not present) |