SIRIUS 7.5.0
Electronic structure library and applications
Public Member Functions | Private Attributes | List of all members
sirius::rte::ostream Class Reference

Inherits std::ostringstream.

Public Member Functions

 ostream (std::ostream &out__, std::string prefix__)
 
 ostream (ostream &&src__)
 

Private Attributes

std::ostream * out_ {nullptr}
 
std::string prefix_
 

Detailed Description

Definition at line 65 of file rte.hpp.

Constructor & Destructor Documentation

◆ ostream() [1/3]

sirius::rte::ostream::ostream ( )
inline

Definition at line 71 of file rte.hpp.

◆ ostream() [2/3]

sirius::rte::ostream::ostream ( std::ostream &  out__,
std::string  prefix__ 
)
inline

Definition at line 74 of file rte.hpp.

◆ ostream() [3/3]

sirius::rte::ostream::ostream ( ostream &&  src__)
inline

Definition at line 79 of file rte.hpp.

◆ ~ostream()

sirius::rte::ostream::~ostream ( )
inline

Definition at line 86 of file rte.hpp.

Member Data Documentation

◆ out_

std::ostream* sirius::rte::ostream::out_ {nullptr}
private

Definition at line 68 of file rte.hpp.

◆ prefix_

std::string sirius::rte::ostream::prefix_
private

Definition at line 69 of file rte.hpp.


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