MCPcopy Create free account
hub / github.com/3rdparty/libprocess / BaseProcess

Class BaseProcess

src/tests/process_tests.cpp:488–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486
487
488class BaseProcess : public Process<BaseProcess>
489{
490public:
491 virtual void func() = 0;
492 MOCK_METHOD0(foo, void());
493};
494
495
496class DerivedProcess : public BaseProcess

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected