class documentation

class Type(object):

View In Hierarchy

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
def __init__(self, _type_data):

Undocumented

Parameters
_type_data:_reven_api.TypeUndocumented
def __repr__(self):

Undocumented

Returns
strUndocumented
@property
canonical: str =

Name of the actual underlying type.

@property
name: str =

Name of the type, might be a typedef.

@property
size: int =

Size hintof the type in bytes. Might not match the actual size on the guest.

_canonical =

Undocumented

_name =

Undocumented

_size =

Undocumented