Logo
Reference manual - version ored_version
Static Public Member Functions | List of all members
FileIO Class Reference

Static Public Member Functions

static QuantLib::Size maxRetries ()
 The maximum number of retries, defaults to 7.
 
static QuantLib::Real backoff ()
 
static QuantLib::Real maxBackoff ()
 
static void setMaxRetries (QuantLib::Size)
 
static void setBackoff (QuantLib::Real)
 
static void setMaxBackoff (QuantLib::Real)
 
static FILE * fopen (const char *, const char *)
 Retry wrapper for std::fopen.
 
static bool create_directories (const path &)
 Retry wrapper for boost::filesystem::create_directories.
 
static bool remove_all (const path &)
 Retry wrapper for boost::filesystem::remove_all.