GCC Middle and Back End API Reference
|
Public Member Functions | |
__init__ (self, str_types, name, class_) | |
handles_type (self, str_type) | |
Data Fields | |
str_types = frozenset(str_types) | |
class_ = class_ | |
A GdbSubprinter that handles a specific set of types
gdbhooks.GdbSubprinterTypeList.__init__ | ( | self, | |
str_types, | |||
name, | |||
class_ ) |
References __init__().
Referenced by __init__().
gdbhooks.GdbSubprinterTypeList.handles_type | ( | self, | |
str_type ) |
Reimplemented from gdbhooks.GdbSubprinter.
References str_types.
|
inherited |
gdbhooks.GdbSubprinterTypeList.str_types = frozenset(str_types) |
Referenced by handles_type().