MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / IPLEvent

Method IPLEvent

IPL/include/IPLEvent.h:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30{
31public:
32 IPLEvent(const char* name)
33 {
34 _eventType = IPL_EVENT_DEFAULT;
35 _eventName = std::string(name);
36 }
37 IPLEventType type() { return _eventType; }
38 std::string name() { return _eventName; }
39private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected