Bitcoin Core  27.99.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...

#include <torcontrol.h>

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 33 of file torcontrol.h.

Constructor & Destructor Documentation

◆ TorControlReply()

TorControlReply::TorControlReply ( )
inline

Definition at line 36 of file torcontrol.h.

Here is the call graph for this function:

Member Function Documentation

◆ Clear()

void TorControlReply::Clear ( )
inline

Definition at line 41 of file torcontrol.h.

Here is the caller graph for this function:

Member Data Documentation

◆ code

int TorControlReply::code

Definition at line 38 of file torcontrol.h.

◆ lines

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

Definition at line 39 of file torcontrol.h.


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