openMSX
|
#include <Probe.hh>
Public Member Functions | |
Probe (Debugger &debugger, std::string name, static_string_view description) | |
void | signal () |
![]() | |
ProbeBase (const ProbeBase &)=delete | |
ProbeBase & | operator= (const ProbeBase &)=delete |
const std::string & | getName () const |
std::string_view | getDescription () const |
virtual std::string | getValue () const =0 |
![]() | |
void | attach (Observer< ProbeBase > &observer) |
void | detach (Observer< ProbeBase > &observer) |
bool | anyObservers () const |
Additional Inherited Members | |
![]() | |
ProbeBase (Debugger &debugger, std::string name, static_string_view description) | |
~ProbeBase () | |
![]() | |
Subject ()=default | |
~Subject () | |
void | notify () const |
openmsx::Probe< void >::Probe | ( | Debugger & | debugger, |
std::string | name, | ||
static_string_view | description | ||
) |
void openmsx::Probe< void >::signal | ( | ) |
Definition at line 27 of file Probe.cc.
References openmsx::Subject< ProbeBase >::notify().