GDB (xrefs)
Loading...
Searching...
No Matches
gdb.printing.NoOpScalarPrinter Class Reference
Inheritance diagram for gdb.printing.NoOpScalarPrinter:

Public Member Functions

 __init__ (self, value)
 
 to_string (self)
 
 __init__ (self, value)
 
 to_string (self)
 

Private Attributes

 __value = value
 

Detailed Description

A no-op pretty printer that wraps a scalar value.

Definition at line 273 of file printing.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

gdb.printing.NoOpScalarPrinter.__init__ ( self,
value )

Definition at line 276 of file printing.py.

◆ __init__() [2/2]

Member Function Documentation

◆ to_string() [1/2]

◆ to_string() [2/2]

Member Data Documentation

◆ __value


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