CppCommon 1.0.6.0
C++ Common Library
Loading...
Searching...
No Matches
process.h File Reference

Process definition. More...

#include "errors/exceptions.h"
#include "system/pipe.h"
#include "time/timestamp.h"
#include <limits>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "process.inl"

Go to the source code of this file.

Classes

class  CppCommon::Process
 Process abstraction. More...

Namespaces

namespace  CppCommon
 C++ Common project definitions.

Macros

#define __PROCESS__   CppCommon::Process::CurrentProcessId()
 Current process Id macro.

Detailed Description

Process definition.

Author
Ivan Shynkarenka
Date
01.12.2016

Definition in file process.h.

Macro Definition Documentation

◆ __PROCESS__

#define __PROCESS__   CppCommon::Process::CurrentProcessId()

Current process Id macro.

Get the current process Id.

Definition at line 26 of file process.h.