LifeV
|
OutPutFormat - Write to output. More...
#include <ZeroDimensionalCircuitData.hpp>
Public Types | |
enum | EndLine { newLine, space, nothing } |
Public Member Functions | |
OutPutFormat (std::string width, std::string precision, std::string whiteSpace, Int bufferSize) | |
Constructor. More... | |
virtual | ~OutPutFormat () |
Destructor. More... | |
void | writeDataFormat (const Real &number, std::ofstream &stream, const EndLine &flag) |
void | writeDataFormat (const Int &number, std::ofstream &stream, const EndLine &flag) |
void | writeDataFormat (const std::string &text, std::ofstream &stream, const EndLine &flag) |
void | writeNewLine (std::ofstream &stream) |
Private Attributes | |
std::string | M_width |
UInt | M_integerWidth |
std::string | M_precision |
std::string | M_whiteSpace |
std::string | M_formatDouble |
std::string | M_formatInteger |
std::string | M_formatString |
char * | M_buffer |
OutPutFormat - Write to output.
Definition at line 1421 of file ZeroDimensionalCircuitData.hpp.
enum EndLine |
Enumerator | |
---|---|
newLine | |
space | |
nothing |
Definition at line 1431 of file ZeroDimensionalCircuitData.hpp.
|
explicit |
Constructor.
Definition at line 1016 of file ZeroDimensionalCircuitData.cpp.
|
virtual |
Destructor.
Definition at line 1119 of file ZeroDimensionalCircuitData.cpp.
Definition at line 1029 of file ZeroDimensionalCircuitData.cpp.
Definition at line 1052 of file ZeroDimensionalCircuitData.cpp.
void writeDataFormat | ( | const std::string & | text, |
std::ofstream & | stream, | ||
const EndLine & | flag | ||
) |
Definition at line 1091 of file ZeroDimensionalCircuitData.cpp.
void writeNewLine | ( | std::ofstream & | stream | ) |
Definition at line 1115 of file ZeroDimensionalCircuitData.cpp.
|
private |
Definition at line 1440 of file ZeroDimensionalCircuitData.hpp.
|
private |
Definition at line 1441 of file ZeroDimensionalCircuitData.hpp.
|
private |
Definition at line 1442 of file ZeroDimensionalCircuitData.hpp.
|
private |
Definition at line 1443 of file ZeroDimensionalCircuitData.hpp.
|
private |
Definition at line 1444 of file ZeroDimensionalCircuitData.hpp.
|
private |
Definition at line 1445 of file ZeroDimensionalCircuitData.hpp.
|
private |
Definition at line 1446 of file ZeroDimensionalCircuitData.hpp.
|
private |
Definition at line 1447 of file ZeroDimensionalCircuitData.hpp.