DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
Process.hpp File Reference
#include <sys/types.h>
#include <string>
Include dependency graph for Process.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OksSystem::Process
 Wrapper for process manipulation. More...

Namespaces

namespace  OksSystem

Functions

std::ostream & operator<< (std::ostream &stream, 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 ()

Function Documentation

◆ operator!=()

bool operator!= ( const OksSystem::Process & a,
const OksSystem::Process & b )
throw ( )

Comparison operator

Parameters
afirst process to compare
bsecond process to compare
Returns
false if they are equal
See also
OksSystem::Process::equals

Definition at line 280 of file Process.cpp.

◆ operator<<()

std::ostream & operator<< ( std::ostream & out,
const OksSystem::Process & proc )

STL stream operator *‍/.

Streaming operator

Parameters
outdestination stream
procthe process to stream
See also
Process::to_string()

Definition at line 257 of file Process.cpp.

◆ operator==()

bool operator== ( const OksSystem::Process & a,
const OksSystem::Process & b )
throw ( )

Comparison operator

Parameters
afirst process to compare
bsecond process to compare
Returns
true if they are equal
See also
OksSystem::Process::equals

Definition at line 269 of file Process.cpp.