GDB (xrefs)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
gdb.printing.SubPrettyPrinter Class Reference
Inheritance diagram for gdb.printing.SubPrettyPrinter:
gdb::printing.RegexpCollectionPrettyPrinter::RegexpSubprinter gdb::printing.RegexpCollectionPrettyPrinter::RegexpSubprinter

List of all members.

Public Member Functions

def __init__
def __init__

Public Attributes

 name
 enabled

Detailed Description

Baseclass for sub-pretty-printers.

Sub-pretty-printers needn't use this, but it formalizes what's needed.

Attributes:
    name: The name of the subprinter.
    enabled: A boolean indicating if the subprinter is enabled.

Definition at line 61 of file printing.py.


Constructor & Destructor Documentation

def gdb.printing.SubPrettyPrinter.__init__ (   self,
  name 
)

Definition at line 71 of file printing.py.

Referenced by gdb.printing.SubPrettyPrinter.__init__().

def gdb.printing.SubPrettyPrinter.__init__ (   self,
  name 
)

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines