Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

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::TorControlReply ( )
inline

Definition at line 56 of file torcontrol.cpp.

References Clear().

Member Function Documentation

◆ Clear()

void TorControlReply::Clear ( )
inline

Definition at line 61 of file torcontrol.cpp.

References code, and lines.

Referenced by TorControlReply().

Member Data Documentation

◆ code

◆ lines

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

The documentation for this class was generated from the following file:
Released under the MIT license