Raven Core  3.0.0
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 54 of file torcontrol.cpp.

Constructor & Destructor Documentation

◆ TorControlReply()

TorControlReply::TorControlReply ( )
inline

Definition at line 57 of file torcontrol.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ Clear()

void TorControlReply::Clear ( )
inline

Definition at line 62 of file torcontrol.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ code

int TorControlReply::code

Definition at line 59 of file torcontrol.cpp.

◆ lines

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

Definition at line 60 of file torcontrol.cpp.


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