CppCommon  1.0.4.1
C++ Common Library
Classes | Namespaces | Macros
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

 CppCommon
 C++ Common project definitions.
 

Macros

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

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.