mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes
m::ai::budget_exhausted_exception Struct Reference

#include <HeuristicSearch.hpp>

Inheritance diagram for m::ai::budget_exhausted_exception:
[legend]
Collaboration diagram for m::ai::budget_exhausted_exception:
[legend]

Public Member Functions

 budget_exhausted_exception (std::string message)
 
const char * what () const noexcept override
 

Private Attributes

const std::string message_
 

Detailed Description

Definition at line 24 of file HeuristicSearch.hpp.

Constructor & Destructor Documentation

◆ budget_exhausted_exception()

m::ai::budget_exhausted_exception::budget_exhausted_exception ( std::string  message)
inline

Definition at line 26 of file HeuristicSearch.hpp.

Member Function Documentation

◆ what()

const char * m::exception::what ( ) const
inlineoverridenoexceptinherited

Definition at line 17 of file exception.hpp.

References m::exception::message_.

Referenced by m::ImportDSV::execute(), and m::execute_statement().

Field Documentation

◆ message_

const std::string m::exception::message_
privateinherited

Definition at line 12 of file exception.hpp.

Referenced by m::exception::what().


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