#include <ADIOSUtilities.h>
Inherits runtime_error.
|
template<typename T > |
static void | TestEq (const T &expected, const T &actual, const std::string &msg="") |
|
template<typename T > |
static void | TestNe (const T ¬Expected, const T &actual, const std::string &msg="") |
|
Definition at line 70 of file ADIOSUtilities.h.
◆ ReadError()
ADIOS::ReadError::ReadError |
( |
const std::string & |
msg = "" | ) |
|
◆ ~ReadError()
virtual ADIOS::ReadError::~ReadError |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ TestEq()
template<typename T >
static void ADIOS::ReadError::TestEq |
( |
const T & |
expected, |
|
|
const T & |
actual, |
|
|
const std::string & |
msg = "" |
|
) |
| |
|
inlinestatic |
◆ TestNe()
template<typename T >
static void ADIOS::ReadError::TestNe |
( |
const T & |
notExpected, |
|
|
const T & |
actual, |
|
|
const std::string & |
msg = "" |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: