Block-Structured AMR Software Framework
hacc::Error Class Reference

#include <Error.h>

Public Member Functions

 Error (bool UseErrno=false)
 
 ~Error ()
 
template<typename T >
Erroroperator<< (const T &Value)
 

Protected Attributes

std::stringstream SS
 
const char * SysError
 

Constructor & Destructor Documentation

◆ Error()

hacc::Error::Error ( bool  UseErrno = false)
inline

◆ ~Error()

hacc::Error::~Error ( )
inline

Member Function Documentation

◆ operator<<()

template<typename T >
Error& hacc::Error::operator<< ( const T &  Value)
inline

Member Data Documentation

◆ SS

std::stringstream hacc::Error::SS
protected

◆ SysError

const char* hacc::Error::SysError
protected

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