Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
TorControlReply Class Reference

Reply from Tor, can be single or multi-line. More...

Public Member Functions

 TorControlReply ()
 
void Clear ()
 

Public Attributes

int code
 
std::vector< std::string > lines
 

Detailed Description

Reply from Tor, can be single or multi-line.

Definition at line 63 of file torcontrol.cpp.

Constructor & Destructor Documentation

◆ TorControlReply()

TorControlReply::TorControlReply ( )
inline

Definition at line 65 of file torcontrol.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ Clear()

void TorControlReply::Clear ( )
inline

Definition at line 70 of file torcontrol.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ code

int TorControlReply::code

Definition at line 67 of file torcontrol.cpp.

◆ lines

std::vector<std::string> TorControlReply::lines

Definition at line 68 of file torcontrol.cpp.


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