CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::simpleformatter::DatumFormatterOptions Struct Reference

#include <SimpleFormatter.hh>

Detailed Description

Definition at line 12 of file SimpleFormatter.hh.

Public Attributes

int width = 12
 
int precision = 8
 
bool boolalpha = true
 

Member Data Documentation

◆ boolalpha

bool CASM::simpleformatter::DatumFormatterOptions::boolalpha = true

Definition at line 15 of file SimpleFormatter.hh.

◆ precision

int CASM::simpleformatter::DatumFormatterOptions::precision = 8

Definition at line 14 of file SimpleFormatter.hh.

◆ width

int CASM::simpleformatter::DatumFormatterOptions::width = 12

Definition at line 13 of file SimpleFormatter.hh.


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