Differences From Artifact [b0660012c7]:
- File src/OFIntrospection.h — part of check-in [ce70e17b38] at 2012-01-05 00:56:18 on branch trunk — Update copyright. (user: js, size: 3763) [annotate] [blame] [check-ins using]
To Artifact [b254a0ceb9]:
- File src/OFIntrospection.h — part of check-in [82b9b5f7c8] at 2012-07-17 23:59:52 on branch trunk — Add ivar introspection for the ObjFW runtime. (user: js, size: 3763) [annotate] [blame] [check-ins using]
| ︙ | |||
60 61 62 63 64 65 66 | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | - + |
/**
* \brief A class for describing an instance variable.
*/
@interface OFInstanceVariable: OFObject
{
OFString *name;
|
| ︙ |