Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Public Member Functions | Private Attributes | List of all members
RLPStreamer Class Reference
Collaboration diagram for RLPStreamer:
[legend]

Classes

struct  Prefs
 

Public Member Functions

 RLPStreamer (ostream &_out, Prefs _p)
 
void output (RLP const &_d, unsigned _level=0)
 

Private Attributes

std::ostream & m_out
 
Prefs m_prefs
 

Detailed Description

Definition at line 127 of file main.cpp.

Constructor & Destructor Documentation

RLPStreamer::RLPStreamer ( ostream &  _out,
Prefs  _p 
)
inline

Definition at line 141 of file main.cpp.

Member Function Documentation

void RLPStreamer::output ( RLP const &  _d,
unsigned  _level = 0 
)
inline

Definition at line 143 of file main.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

std::ostream& RLPStreamer::m_out
private

Definition at line 177 of file main.cpp.

Prefs RLPStreamer::m_prefs
private

Definition at line 178 of file main.cpp.


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