v0.14.0
Public Member Functions | Public Attributes | List of all members
MoFEM::Exceptions::MoFEMErrorCodeGeneric< moab::ErrorCode > Struct Reference

#include <include/Exceptions.hpp>

Collaboration diagram for MoFEM::Exceptions::MoFEMErrorCodeGeneric< moab::ErrorCode >:
[legend]

Public Member Functions

 MoFEMErrorCodeGeneric (const moab::ErrorCode rval)
 
 operator moab::ErrorCode () const
 

Public Attributes

moab::ErrorCode rVAL
 

Detailed Description

Definition at line 68 of file Exceptions.hpp.

Constructor & Destructor Documentation

◆ MoFEMErrorCodeGeneric()

MoFEM::Exceptions::MoFEMErrorCodeGeneric< moab::ErrorCode >::MoFEMErrorCodeGeneric ( const moab::ErrorCode  rval)
inline

Definition at line 70 of file Exceptions.hpp.

70 : rVAL(rval) {}

Member Function Documentation

◆ operator moab::ErrorCode()

MoFEM::Exceptions::MoFEMErrorCodeGeneric< moab::ErrorCode >::operator moab::ErrorCode ( ) const
inline

Definition at line 71 of file Exceptions.hpp.

71 { return rVAL; }

Member Data Documentation

◆ rVAL

moab::ErrorCode MoFEM::Exceptions::MoFEMErrorCodeGeneric< moab::ErrorCode >::rVAL

Definition at line 69 of file Exceptions.hpp.


The documentation for this struct was generated from the following file:
MoFEM::Exceptions::rval
static MoFEMErrorCodeGeneric< moab::ErrorCode > rval
Definition: Exceptions.hpp:74
MoFEM::Exceptions::MoFEMErrorCodeGeneric< moab::ErrorCode >::rVAL
moab::ErrorCode rVAL
Definition: Exceptions.hpp:69