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

A Notifiable that will crash whenever called. More...

#include <Notifiable.hxx>

Inheritance diagram for CrashNotifiable:
Notifiable Destructable

Public Member Functions

void notify () override
 Crashes.
 

Static Public Member Functions

static NotifiableDefaultInstance ()
 

Detailed Description

A Notifiable that will crash whenever called.

Definition at line 111 of file Notifiable.hxx.

Member Function Documentation

◆ DefaultInstance()

Notifiable * CrashNotifiable::DefaultInstance ( )
static
Returns
a static instance of CrashNotifiable.
Default instance of a crashing notifiable.

Definition at line 50 of file Notifiable.cxx.

◆ notify()

void CrashNotifiable::notify ( )
overridevirtual

Crashes.

Implements Notifiable.

Definition at line 54 of file Notifiable.cxx.


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