Dash Core  0.12.2.1
P2P Digital Currency
symbol-check.CPPFilt Class Reference
+ Inheritance diagram for symbol-check.CPPFilt:

Public Member Functions

def __init__ (self)
 
def __call__ (self, mangled)
 
def close (self)
 

Public Attributes

 proc
 

Detailed Description

Demangle C++ symbol names.

Use a pipe to the 'c++filt' command.

Definition at line 74 of file symbol-check.py.

Constructor & Destructor Documentation

◆ __init__()

def symbol-check.CPPFilt.__init__ (   self)

Definition at line 80 of file symbol-check.py.

Member Function Documentation

◆ __call__()

def symbol-check.CPPFilt.__call__ (   self,
  mangled 
)

Definition at line 83 of file symbol-check.py.

◆ close()

def symbol-check.CPPFilt.close (   self)

Definition at line 87 of file symbol-check.py.

Referenced by test_framework.mininode.NodeConn.handle_close().

Member Data Documentation

◆ proc

symbol-check.CPPFilt.proc

Definition at line 81 of file symbol-check.py.

Referenced by symbol-check.CPPFilt.__call__(), and symbol-check.CPPFilt.close().


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