DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <sys/wait.h>
#include <sys/types.h>
#include <unistd.h>
#include <sysexits.h>
#include <iostream>
#include <sstream>
#include "ers/ers.hpp"
#include "okssystem/exceptions.hpp"
#include "okssystem/Process.hpp"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &out, const OksSystem::Process &proc) |
STL stream operator */. | |
bool | operator== (const OksSystem::Process &a, const OksSystem::Process &b) throw () |
bool | operator!= (const OksSystem::Process &a, const OksSystem::Process &b) throw () |
bool operator!= | ( | const OksSystem::Process & | a, | |||
const OksSystem::Process & | b ) | |||||
throw | ( | ) |
Comparison operator
a | first process to compare |
b | second process to compare |
Definition at line 275 of file Process.cpp.
std::ostream & operator<< | ( | std::ostream & | out, |
const OksSystem::Process & | proc ) |
STL stream operator */.
Streaming operator
out | destination stream |
proc | the process to stream |
Definition at line 252 of file Process.cpp.
bool operator== | ( | const OksSystem::Process & | a, | |||
const OksSystem::Process & | b ) | |||||
throw | ( | ) |
Comparison operator
a | first process to compare |
b | second process to compare |
Definition at line 264 of file Process.cpp.