1#ifndef __JEEP__JCOMMUNICATOR__ 
    2#define __JEEP__JCOMMUNICATOR__ 
   15namespace JPP { 
using namespace JEEP; }
 
Auxiliary class to control standard input and output.
 
void setVerbose(const bool verbose=true)
Set verbose mode.
 
std::ostream & getOutputStream(std::ostream &out=std::cout) const
Get current output stream.
 
std::istream & getInputStream(std::istream &in=std::cin) const
Get current input stream.
 
JCommunicator()
Default constructor.
 
std::ostream & getErrorStream(std::ostream &out=std::cerr) const
Get current error stream.
 
JCommunicator(const bool verbose)
Constructor.
 
bool getVerbose() const
Get verbose mode.
 
General puprpose classes and methods.
 
static JNullStream null
Null I/O stream.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).