#include <AMReX_Utility.H>
◆ StreamRetry() [1/2]
amrex::StreamRetry::StreamRetry |
( |
std::ostream & |
os, |
|
|
std::string |
suffix, |
|
|
int |
maxtries |
|
) |
| |
◆ StreamRetry() [2/2]
amrex::StreamRetry::StreamRetry |
( |
std::string |
filename, |
|
|
bool |
abortonretryfailure, |
|
|
int |
maxtries |
|
) |
| |
◆ ClearStreamErrors()
static void amrex::StreamRetry::ClearStreamErrors |
( |
| ) |
|
|
inlinestatic |
◆ NStreamErrors()
static int amrex::StreamRetry::NStreamErrors |
( |
| ) |
|
|
inlinestatic |
◆ TryFileOutput()
bool amrex::StreamRetry::TryFileOutput |
( |
| ) |
|
◆ TryOutput()
bool amrex::StreamRetry::TryOutput |
( |
| ) |
|
◆ abortOnRetryFailure
bool amrex::StreamRetry::abortOnRetryFailure = true |
|
private |
◆ fileName
std::string amrex::StreamRetry::fileName |
|
private |
◆ maxTries
int amrex::StreamRetry::maxTries |
|
private |
◆ nStreamErrors
int amrex::StreamRetry::nStreamErrors = 0 |
|
staticprivate |
◆ spos
std::ostream::pos_type amrex::StreamRetry::spos |
|
private |
◆ sros
std::ostream* amrex::StreamRetry::sros |
|
private |
◆ suffix
std::string amrex::StreamRetry::suffix |
|
private |
◆ tries
int amrex::StreamRetry::tries |
|
private |
The documentation for this class was generated from the following files: