MCPcopy Create free account
hub / github.com/MITK/MITK / GetType

Method GetType

Modules/CppMicroServices/src/usServiceEvent.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86ServiceEvent::Type ServiceEvent::GetType() const
87{
88 if (!d) throw std::logic_error("ServiceEvent is null");
89 return d->type;
90}
91
92std::ostream& operator<<(std::ostream& os, const ServiceEvent::Type& type)
93{

Callers 1

usServiceEvent.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected