Fabcoin Core  0.16.2
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 53 of file torcontrol.cpp.

Constructor & Destructor Documentation

TorControlReply::TorControlReply ( )
inline

Definition at line 56 of file torcontrol.cpp.

Here is the call graph for this function:

Member Function Documentation

void TorControlReply::Clear ( )
inline

Definition at line 61 of file torcontrol.cpp.

Here is the caller graph for this function:

Member Data Documentation

int TorControlReply::code

Definition at line 58 of file torcontrol.cpp.

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

Definition at line 59 of file torcontrol.cpp.


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