CppCommon 1.0.5.0
C++ Common Library
Loading...
Searching...
No Matches
process.inl
Go to the documentation of this file.
1
9namespace CppCommon {
10
15
20
21inline void swap(Process& process1, Process& process2) noexcept
22{
23 process1.swap(process2);
24}
25
26} // namespace CppCommon
Process abstraction.
Definition process.h:38
static Process ParentProcess()
Get the parent process.
Definition process.inl:16
static Process CurrentProcess()
Get the current process.
Definition process.inl:11
static uint64_t ParentProcessId() noexcept
Get the parent process Id.
Definition process.cpp:545
static uint64_t CurrentProcessId() noexcept
Get the current process Id.
Definition process.cpp:544
C++ Common project definitions.
void swap(FileCache &cache1, FileCache &cache2) noexcept
Definition filecache.inl:23