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

Method Server

IPL/include/pugg/Kernel.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34{
35public:
36 Server(std::string name, int min_driver_version) : _name(name), _min_driver_version(min_driver_version) {}
37 ~Server() {delete_all_values(_drivers);}
38
39 std::string name() {return _name;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected