#include <process.hpp>
Public Member Functions
Public Attributes
Constructor & Destructor Documentation
os::Process::Process
(
pid_t
_pid,
const std::string &
_command,
bool
_zombie
)
inline
Member Function Documentation
bool os::Process::operator!=
(
const
Process &
p )
const
inline
bool os::Process::operator<
(
const
Process &
p )
const
inline
bool os::Process::operator<=
(
const
Process &
p )
const
inline
bool os::Process::operator==
(
const
Process &
p )
const
inline
bool os::Process::operator>
(
const
Process &
p )
const
inline
bool os::Process::operator>=
(
const
Process &
p )
const
inline
Member Data Documentation
const std::string os::Process::command
const
pid_t os::Process::group
const
pid_t os::Process::parent
const
pid_t os::Process::pid
const bool os::Process::zombie
The documentation for this struct was generated from the following file: