MCPcopy Create free account
hub / github.com/dds-bridge/dds / get_constructor

Method get_constructor

library/src/system/system.cpp:395–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393
394
395string System::get_constructor(int& cons) const
396{
397#if defined(USES_DLLMAIN)
398 cons = 1;
399#elif defined(USES_CONSTRUCTOR)
400 cons = 2;
401#else
402 cons = 0;
403#endif
404
405 return DDS_SYSTEM_CONSTRUCTOR[static_cast<unsigned>(cons)];
406}
407
408
409int System::get_cores() const

Callers 1

GetDDSInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected