|
Open Model Railroad Network (OpenMRN)
|
Base class of everything with a virtual destructor. More...
#include <Destructable.hxx>
Base class of everything with a virtual destructor.
Useful to keep a mixture of objects in a vector<unique_ptr<Destructable>> to avoid leaking them.
Definition at line 41 of file Destructable.hxx.
|
inlinevirtual |
Definition at line 43 of file Destructable.hxx.