DUDS
Distributed Update of Data from Something
duds::general::ObjectDestructedError Struct Reference

An error indicating an attempt to use an already destructed object. More...

#include <Errors.hpp>

Inheritance diagram for duds::general::ObjectDestructedError:
Collaboration diagram for duds::general::ObjectDestructedError:

Detailed Description

An error indicating an attempt to use an already destructed object.

This may be thrown by functions that block a thread until some resource becomes available, but the object is destroyed before the resource can be provided.

Definition at line 85 of file Errors.hpp.


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