MechSys  1.0
Computing library for simulations in continuum and discrete mechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Attributes
MPM::FmtNum Struct Reference

#include <fmtnum.h>

List of all members.

Public Attributes

bool BoolAlpha
 Format output as a boolean?
bool Integer
 Format output as an integer?
bool Scientific
 Format output as a scientific number?
int Width
 Width of the output.
int Precision
 Precision for floating point numbers.

Detailed Description

Formatting Numbers via STL streams.


Member Data Documentation

Format output as a boolean?

Format output as an integer?

Precision for floating point numbers.

Format output as a scientific number?

Width of the output.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines