2011-02-24 Tobias Burnus <burnus@net-b.de>
[official-gcc.git] / libobjc / objc / deprecated / struct_objc_ivar_list.h
blob8f5051fb9675f601ee4822da1196c5d822479770
1 typedef struct objc_ivar_list {
2 int ivar_count; /* Number of structures (Ivar)
3 contained in the list. One
4 structure per instance
5 variable defined in the
6 class. */
7 struct objc_ivar ivar_list[1]; /* Variable length
8 structure. */
9 } IvarList, *IvarList_t;