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

Floating-point formatting (precision and width). More...

#include <ostream_tools.hpp>

Public Member Functions

 ffmt (int w__, int p__)
 
int w () const
 
int p () const
 

Private Attributes

int w_
 
int p_
 

Detailed Description

Floating-point formatting (precision and width).

Definition at line 88 of file ostream_tools.hpp.

Constructor & Destructor Documentation

◆ ffmt()

sirius::ffmt::ffmt ( int  w__,
int  p__ 
)
inline

Definition at line 93 of file ostream_tools.hpp.

Member Function Documentation

◆ w()

int sirius::ffmt::w ( ) const
inline

Definition at line 98 of file ostream_tools.hpp.

◆ p()

int sirius::ffmt::p ( ) const
inline

Definition at line 102 of file ostream_tools.hpp.

Member Data Documentation

◆ w_

int sirius::ffmt::w_
private

Definition at line 90 of file ostream_tools.hpp.

◆ p_

int sirius::ffmt::p_
private

Definition at line 91 of file ostream_tools.hpp.


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