MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / Event

Method Event

cpp/src/platform/Event.cpp:45–50  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Constructor -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

43// Constructor
44//-----------------------------------------------------------------------------
45Event::Event
46(
47):
48 m_pImpl( new EventImpl() )
49{
50}
51
52//-----------------------------------------------------------------------------
53// <Event::~Event>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected