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

#include <ADIOSUtilities.h>

Inherits runtime_error.

Public Member Functions

 ReadError (const std::string &msg="")
 
virtual ~ReadError () 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 70 of file ADIOSUtilities.h.

Constructor & Destructor Documentation

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

Definition at line 74 of file ADIOSUtilities.h.

Member Function Documentation

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

Definition at line 80 of file ADIOSUtilities.h.

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

Definition at line 93 of file ADIOSUtilities.h.


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