v0.15.0
Loading...
Searching...
No Matches
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) {}
static MoFEMErrorCodeGeneric< moab::ErrorCode > 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: