MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / ProcessEnvironment

Method ProcessEnvironment

Libraries/Process/Process.h:402–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400 ProcessEnvironment();
401 ~ProcessEnvironment();
402
403 ProcessEnvironment(const ProcessEnvironment&) = delete;
404 ProcessEnvironment(ProcessEnvironment&&) = delete;
405 ProcessEnvironment& operator=(const ProcessEnvironment&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected