|
IDZEBRA 2.2.8
|
#include <attrfind.h>
Data Fields | |
| int | type |
| int | major |
| int | minor |
| Z_AttributeElement ** | attributeList |
| int | num_attributes |
Definition at line 28 of file attrfind.h.
| Z_AttributeElement** AttrType::attributeList |
Definition at line 32 of file attrfind.h.
Referenced by attr_find_ex(), attr_init_APT(), and attr_init_AttrList().
| int AttrType::major |
Definition at line 30 of file attrfind.h.
Referenced by attr_find_ex(), attr_init_APT(), and attr_init_AttrList().
| int AttrType::minor |
Definition at line 31 of file attrfind.h.
Referenced by attr_find_ex(), attr_init_APT(), and attr_init_AttrList().
| int AttrType::num_attributes |
Definition at line 33 of file attrfind.h.
Referenced by attr_find_ex(), attr_init_APT(), and attr_init_AttrList().
| int AttrType::type |
Definition at line 29 of file attrfind.h.
Referenced by attr_find_ex(), attr_init_APT(), and attr_init_AttrList().