26#include <boost/filesystem/path.hpp>
27#include <ql/types.hpp>
33using boost::filesystem::path;
42 static QuantLib::Real
backoff();
49 static FILE*
fopen(
const char*,
const char*);
static void setMaxBackoff(QuantLib::Real)
static QuantLib::Real backoff()
static void setBackoff(QuantLib::Real)
static void setMaxRetries(QuantLib::Size)
static bool remove_all(const path &)
Retry wrapper for boost::filesystem::remove_all.
static QuantLib::Real maxBackoff()
static QuantLib::Size maxRetries()
The maximum number of retries, defaults to 7.
static bool create_directories(const path &)
Retry wrapper for boost::filesystem::create_directories.
static FILE * fopen(const char *, const char *)
Retry wrapper for std::fopen.
Serializable Credit Default Swap.