Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 34 of file torcontrol.h.

Constructor & Destructor Documentation

◆ TorControlReply()

TorControlReply::TorControlReply ( )
inline

Definition at line 37 of file torcontrol.h.

Here is the call graph for this function:

Member Function Documentation

◆ Clear()

void TorControlReply::Clear ( )
inline

Definition at line 42 of file torcontrol.h.

Here is the caller graph for this function:

Member Data Documentation

◆ code

int TorControlReply::code

Definition at line 39 of file torcontrol.h.

◆ lines

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

Definition at line 40 of file torcontrol.h.


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