|
DHART
|
Thrown when a dependency is missing such as Embree. More...
#include <HFExceptions.h>
Inheritance diagram for HF::Exceptions::NoCost:
Collaboration diagram for HF::Exceptions::NoCost:Public Member Functions | |
| NoCost (const std::string &cost_name) | |
| const char * | what () const throw () |
Public Attributes | |
| std::string | cost_type |
Thrown when a dependency is missing such as Embree.
Definition at line 89 of file HFExceptions.h.
|
inline |
Definition at line 92 of file HFExceptions.h.
References cost_type.
|
inline | |||||||||||||
Definition at line 96 of file HFExceptions.h.
References cost_type.
| std::string HF::Exceptions::NoCost::cost_type |
Definition at line 91 of file HFExceptions.h.