class documentation
class Type(object):
Type of a function parameter or function return.
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Property | canonical |
Name of the actual underlying type. |
Property | name |
Name of the type, might be a typedef. |
Property | size |
Size hintof the type in bytes. Might not match the actual size on the guest. |
Instance Variable | _canonical |
Undocumented |
Instance Variable | _name |
Undocumented |
Instance Variable | _size |
Undocumented |