reconciliation_lib 0.1
Library for data reconciliation algorithms
Loading...
Searching...
No Matches
dvrlib::ostream_format_guard Class Reference

Public Member Functions

 ostream_format_guard (std::ostream &out, std::streamsize precision)
 
 ~ostream_format_guard ()
 

Private Attributes

std::ostream & out_
 
std::streamsize precision_
 
std::ios::fmtflags flags_
 
char fill_
 

Constructor & Destructor Documentation

◆ ostream_format_guard()

dvrlib::ostream_format_guard::ostream_format_guard ( std::ostream &  out,
std::streamsize  precision 
)
inline

◆ ~ostream_format_guard()

dvrlib::ostream_format_guard::~ostream_format_guard ( )
inline

Member Data Documentation

◆ fill_

char dvrlib::ostream_format_guard::fill_
private

◆ flags_

std::ios::fmtflags dvrlib::ostream_format_guard::flags_
private

◆ out_

std::ostream& dvrlib::ostream_format_guard::out_
private

◆ precision_

std::streamsize dvrlib::ostream_format_guard::precision_
private

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