Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cOSProcess.h File Reference
#include "cOSHandle.h"
#include "cFilePath.h"
#include "cThreadLock.h"

Go to the source code of this file.

Classes

class  Gray::cOSProcess
 

Namespaces

 Gray
 < The main namespace for all Core functions.
 

Enumerations

enum  Gray::APP_EXITCODE_TYPE {
  Gray::APP_EXITCODE_ERRNO = -1 , Gray::APP_EXITCODE_OK = EXIT_SUCCESS , Gray::APP_EXITCODE_FAIL = EXIT_FAILURE , Gray::APP_EXITCODE_ABORT = 3 ,
  Gray::APP_EXITCODE_UNK = SHRT_MAX
}
 

Variables

constexpr PROCESSID_t Gray::PROCESSID_BAD = 0
 Invalid process id. More...
 

Detailed Description

Note
Launching processes is a common basic feature for linux