process-cpp  1.0.0
A simple convenience library for handling processes in C++11.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
oNcore
|oNposix
||oNbacktrace
|||\CFrameModels an individual frame of a backtrace
||| \CSymbolModels the symbolic representation of a frame pointer
||oNexit
||oNlinux
|||\Nproc
||| \Nprocess
|||  oCOomAdj
|||  oCOomScore
|||  oCOomScoreAdj
|||  \CStatThe Stat struct encapsulates status information about a process
||oNthis_process
|||\Nenv
||oNwait
|||\CResultThe Result struct encapsulates the result of waiting for a process state change
||oCChildProcessThe Process class models a child process of this process
|||oCDeathObserverObserves child process' states and emits a signal when a monitored child has died
|||\CPrivate
||oCProcessModels a process and possible operations on it
|||\CPrivate
||oCProcessGroupModels a signalable group of process
|||\CPrivate
||oCSignalTrapEncapsulates functionality to trap and handle signals
||\CSignalableAbstracts the ability of an entity to be delivered a posix signal
|| \CPrivate
|\Ntesting
| \CCrossProcessSyncA cross-process synchronization primitive that supports simple wait-condition-like scenarios
|  \CError
|   \CTimeoutThrown if any of the *_for functions times out
\Nimpl
 oCFrame
 |\CSymbol
 \CSignalTrap