Dev Essential  1.6.3
Loading...
Searching...
No Matches
process.h
Go to the documentation of this file.
1
14
15#ifndef A_UTIL_PROCESS_HEADER_INCLUDED
16#define A_UTIL_PROCESS_HEADER_INCLUDED
17
18namespace a_util {
20namespace process {
21}
22} // namespace a_util
23
26
27#endif // A_UTIL_PROCESS_HEADER_INCLUDED
Serves as component for interaction with operating system processes.
Definition process.h:20
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24