GCC Middle and Back End API Reference
gdbhooks.GdbSubprinterTypeList Class Reference
Inheritance diagram for gdbhooks.GdbSubprinterTypeList:
Collaboration diagram for gdbhooks.GdbSubprinterTypeList:

Public Member Functions

 __init__ (self, str_types, name, class_)
 
 handles_type (self, str_type)
 

Data Fields

 str_types = frozenset(str_types)
 
 class_ = class_
 

Detailed Description

A GdbSubprinter that handles a specific set of types

Constructor & Destructor Documentation

◆ __init__()

gdbhooks.GdbSubprinterTypeList.__init__ ( self,
str_types,
name,
class_ )

References __init__().

Referenced by __init__().

Member Function Documentation

◆ handles_type()

gdbhooks.GdbSubprinterTypeList.handles_type ( self,
str_type )

Reimplemented from gdbhooks.GdbSubprinter.

References str_types.

Field Documentation

◆ class_

gdbhooks.GdbSubprinter.class_ = class_
inherited

◆ str_types

gdbhooks.GdbSubprinterTypeList.str_types = frozenset(str_types)

Referenced by handles_type().


The documentation for this class was generated from the following file: