Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_exception::ExpiredWeakPtrException Class Reference

Thrown when attempting to use an expired weak_ptr. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::ExpiredWeakPtrException:
arion_exception::ArionException

Public Member Functions

 ExpiredWeakPtrException (std::string weak_ptr_name)
 
- Public Member Functions inherited from arion_exception::ArionException
 ArionException (std::string msg)
 
const char * what () const noexcept override
 

Detailed Description

Thrown when attempting to use an expired weak_ptr.

Constructor & Destructor Documentation

◆ ExpiredWeakPtrException()

arion_exception::ExpiredWeakPtrException::ExpiredWeakPtrException ( std::string  weak_ptr_name)
inlineexplicit

Builder for ExpiredWeakPtrException instances.

Parameters
[in]weak_ptr_nameName of the expired weak_ptr.

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