Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
StreamState Class Reference

#include <validate.h>

Public Member Functions

 StreamState (std::ostream &out)
 
 ~StreamState ()
 

Private Attributes

std::ostream & m_out
 
std::ios_base::fmtflags m_fmt
 
std::streamsize m_prec
 

Detailed Description

Definition at line 119 of file validate.h.

Constructor & Destructor Documentation

StreamState::StreamState ( std::ostream &  out)
inline

Definition at line 122 of file validate.h.

StreamState::~StreamState ( )
inline

Definition at line 127 of file validate.h.

Member Data Documentation

std::ios_base::fmtflags StreamState::m_fmt
private

Definition at line 135 of file validate.h.

std::ostream& StreamState::m_out
private

Definition at line 134 of file validate.h.

std::streamsize StreamState::m_prec
private

Definition at line 136 of file validate.h.


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