#include <dx_common.h>
|
virtual void | conclude () noexcept |
| conclude notification: object will be removed. If you overwrite conclude() you also need to overwrite destructor and check if its needed to be called from there.
|
|
virtual void | exception (const exception &exception, bool filtered=false) const noexcept=0 |
| notification exception handler
|
|
virtual void | info ()=0 |
| log object class information
|
|
virtual void | launch () |
| launch notification: object mounted and ready to use
|
|
| object ()=default |
|
virtual | ~object () noexcept |
| the object class destructor
|
|
◆ object()
◆ ~object()
virtual dx::object::~object |
( |
| ) |
|
|
inlinevirtualnoexcept |
the object class destructor
◆ conclude()
virtual void dx::object::conclude |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ exception()
virtual void dx::object::exception |
( |
const exception & | exception, |
|
|
bool | filtered = false ) const |
|
pure virtualnoexcept |
◆ info()
virtual void dx::object::info |
( |
| ) |
|
|
pure virtual |
◆ launch()
virtual void dx::object::launch |
( |
| ) |
|
|
inlinevirtual |
◆ launched
bool dx::object::launched {} |
The documentation for this class was generated from the following file: