PeriDyno 0.8.2
Public Member Functions | Private Attributes | List of all members
ofbx::OptionalError< T > Struct Template Reference

Public Member Functions

 OptionalError (Error error)
 
 OptionalError (T _value)
 
T getValue () const
 
bool isError ()
 

Private Attributes

T value
 
bool is_error
 

Detailed Description

template<typename T>
struct ofbx::OptionalError< T >

Definition at line 95 of file ofbx.cpp.

Constructor & Destructor Documentation

◆ OptionalError() [1/2]

template<typename T >
ofbx::OptionalError< T >::OptionalError ( Error  error)
inline

Definition at line 97 of file ofbx.cpp.

◆ OptionalError() [2/2]

template<typename T >
ofbx::OptionalError< T >::OptionalError ( T  _value)
inline

Definition at line 103 of file ofbx.cpp.

Member Function Documentation

◆ getValue()

template<typename T >
T ofbx::OptionalError< T >::getValue ( ) const
inline

Definition at line 110 of file ofbx.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isError()

template<typename T >
bool ofbx::OptionalError< T >::isError ( )
inline

Definition at line 119 of file ofbx.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ is_error

template<typename T >
bool ofbx::OptionalError< T >::is_error
private

Definition at line 130 of file ofbx.cpp.

◆ value

template<typename T >
T ofbx::OptionalError< T >::value
private

Definition at line 129 of file ofbx.cpp.


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