VTK
Public Member Functions | Static Public Member Functions | List of all members
ADIOS::WriteError Class Reference

#include <ADIOSUtilities.h>

Inherits runtime_error.

Public Member Functions

 WriteError (const std::string &msg="")
 
virtual ~WriteError () throw ()
 

Static Public Member Functions

template<typename T >
static void TestEq (const T &expected, const T &actual, const std::string &msg="")
 
template<typename T >
static void TestNe (const T &notExpected, const T &actual, const std::string &msg="")
 

Detailed Description

Definition at line 35 of file ADIOSUtilities.h.

Constructor & Destructor Documentation

ADIOS::WriteError::WriteError ( const std::string &  msg = "")
virtual ADIOS::WriteError::~WriteError ( )
throw (
)
inlinevirtual

Definition at line 39 of file ADIOSUtilities.h.

Member Function Documentation

template<typename T >
static void ADIOS::WriteError::TestEq ( const T &  expected,
const T &  actual,
const std::string &  msg = "" 
)
inlinestatic

Definition at line 45 of file ADIOSUtilities.h.

template<typename T >
static void ADIOS::WriteError::TestNe ( const T &  notExpected,
const T &  actual,
const std::string &  msg = "" 
)
inlinestatic

Definition at line 58 of file ADIOSUtilities.h.


The documentation for this class was generated from the following file: