hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::ProcessHandle Class Reference

#include <ProcessHandle.hpp>

Public Member Functions

 ProcessHandle (pid_t pid_)
 ProcessHandle (const ProcessHandle &handle)
 ~ProcessHandle ()
ProcessHandleoperator= (const ProcessHandle &handle)
pid_t id (void) const
int wait (void) const

Detailed Description

Definition at line 23 of file ProcessHandle.hpp.

Constructor & Destructor Documentation

HCE::ProcessHandle::ProcessHandle ( pid_t  pid_)
inlineexplicit

Definition at line 26 of file ProcessHandle.hpp.

HCE::ProcessHandle::ProcessHandle ( const ProcessHandle handle)

Definition at line 13 of file ProcessHandle.cpp.

HCE::ProcessHandle::~ProcessHandle ( )
inline

Definition at line 28 of file ProcessHandle.hpp.

Member Function Documentation

pid_t HCE::ProcessHandle::id ( void  ) const
inline

Definition at line 31 of file ProcessHandle.hpp.

Here is the caller graph for this function:

ProcessHandle & HCE::ProcessHandle::operator= ( const ProcessHandle handle)

Definition at line 19 of file ProcessHandle.cpp.

Here is the call graph for this function:

int HCE::ProcessHandle::wait ( void  ) const

Definition at line 28 of file ProcessHandle.cpp.

Here is the caller graph for this function:


The documentation for this class was generated from the following files: