DHART
Loading...
Searching...
No Matches
HF::Exceptions::NoCost Struct Reference

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
 

Detailed Description

Thrown when a dependency is missing such as Embree.

Definition at line 89 of file HFExceptions.h.

Constructor & Destructor Documentation

◆ NoCost()

HF::Exceptions::NoCost::NoCost ( const std::string &  cost_name)
inline

Definition at line 92 of file HFExceptions.h.

References cost_type.

Member Function Documentation

◆ what()

const char * HF::Exceptions::NoCost::what ( ) const
throw (
)
inline

Definition at line 96 of file HFExceptions.h.

References cost_type.

Member Data Documentation

◆ cost_type

std::string HF::Exceptions::NoCost::cost_type

Definition at line 91 of file HFExceptions.h.

Referenced by NoCost(), and what().


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