blocxx
Namespaces | Functions | Variables

Process.cpp File Reference

#include "blocxx/BLOCXX_config.h"
#include "blocxx/DateTime.hpp"
#include "blocxx/Exec.hpp"
#include "blocxx/Format.hpp"
#include "blocxx/Process.hpp"
#include "blocxx/SafeCString.hpp"
#include "blocxx/String.hpp"
#include "blocxx/Thread.hpp"
#include "blocxx/UnnamedPipe.hpp"
#include "blocxx/Paths.hpp"
#include "blocxx/TimeoutTimer.hpp"
#include "blocxx/SignalUtils.hpp"
#include "blocxx/ThreadPool.hpp"
#include "blocxx/Runnable.hpp"
#include "blocxx/LazyGlobal.hpp"
#include "blocxx/Logger.hpp"
#include "blocxx/GlobalString.hpp"
#include "blocxx/WaitpidThreadFix.hpp"
#include "blocxx/System.hpp"
#include <sys/wait.h>
#include <fcntl.h>
#include <signal.h>
#include <cerrno>
#include <cmath>
#include <algorithm>
#include <limits>

Go to the source code of this file.

Namespaces

namespace  BLOCXX_NAMESPACE
 

Taken from RFC 1321.


Functions

Process::Status BLOCXX_NAMESPACE::pollStatusImpl (ProcId pid)
 BLOCXX_NAMESPACE::BLOCXX_DEFINE_EXCEPTION (ProcessError)

Variables

usr src packages BUILD blocxx
src blocxx Process cpp usr src
packages BUILD blocxx src
blocxx Process static cpp
const char * 
BLOCXX_NAMESPACE::TERM_MESSAGE = "Terminate Process"

Variable Documentation

ProcessImplRef m_impl

Definition at line 319 of file Process.cpp.

Referenced by BLOCXX_NAMESPACE::Array< T >::back(), BLOCXX_NAMESPACE::Array< T >::begin(), BLOCXX_NAMESPACE::Array< T >::capacity(), BLOCXX_NAMESPACE::Array< T >::clear(), BLOCXX_NAMESPACE::Socket::connect(), BLOCXX_NAMESPACE::Socket::disconnect(), BLOCXX_NAMESPACE::Array< T >::empty(), BLOCXX_NAMESPACE::Array< T >::end(), BLOCXX_NAMESPACE::Array< T >::erase(), BLOCXX_NAMESPACE::Array< T >::front(), BLOCXX_NAMESPACE::Socket::getConnectTimeout(), BLOCXX_NAMESPACE::Socket::getfd(), BLOCXX_NAMESPACE::Socket::getInputStream(), BLOCXX_NAMESPACE::Socket::getIOStream(), BLOCXX_NAMESPACE::Socket::getLocalAddress(), BLOCXX_NAMESPACE::Socket::getOutputStream(), BLOCXX_NAMESPACE::Socket::getPeerAddress(), BLOCXX_NAMESPACE::Socket::getReceiveTimeout(), BLOCXX_NAMESPACE::Socket::getSelectObj(), BLOCXX_NAMESPACE::Socket::getSendTimeout(), BLOCXX_NAMESPACE::Array< T >::insert(), BLOCXX_NAMESPACE::Socket::isConnected(), BLOCXX_NAMESPACE::Array< T >::max_size(), BLOCXX_NAMESPACE::Array< T >::operator+=(), BLOCXX_NAMESPACE::Array< T >::operator[](), BLOCXX_NAMESPACE::Array< T >::pop_back(), BLOCXX_NAMESPACE::Array< T >::push_back(), BLOCXX_NAMESPACE::Array< T >::rbegin(), BLOCXX_NAMESPACE::Socket::read(), BLOCXX_NAMESPACE::Socket::receiveTimeOutExpired(), BLOCXX_NAMESPACE::Array< T >::remove(), BLOCXX_NAMESPACE::Array< T >::rend(), BLOCXX_NAMESPACE::Array< T >::reserve(), BLOCXX_NAMESPACE::Array< T >::resize(), BLOCXX_NAMESPACE::Socket::setConnectTimeout(), BLOCXX_NAMESPACE::Socket::setReceiveTimeout(), BLOCXX_NAMESPACE::Socket::setSendTimeout(), BLOCXX_NAMESPACE::Socket::setTimeouts(), BLOCXX_NAMESPACE::Array< T >::size(), BLOCXX_NAMESPACE::Array< T >::swap(), BLOCXX_NAMESPACE::Socket::waitForInput(), BLOCXX_NAMESPACE::Socket::waitForOutput(), and BLOCXX_NAMESPACE::Socket::write().

ProcId m_pid

Definition at line 318 of file Process.cpp.