Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
Destructable Class Reference

Base class of everything with a virtual destructor. More...

#include <Destructable.hxx>

Inheritance diagram for Destructable:
DirectHubInterface< uint8_t[]> DirectHubInterface< T > FdHubPortInterface MessageSegmenter Notifiable openlcb::BLEProtocolEngine openlcb::LocalMessageFilter openlcb::MemorySpace openlcb::NodeRegistry openlcb::SequenceNumberGenerator openlcb::StreamTransport openlcb::TcpRecvFlow

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~Destructable()

virtual Destructable::~Destructable ( )
inlinevirtual

Definition at line 43 of file Destructable.hxx.


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