Go to the documentation of this file. 1 #ifndef __JEEP__JSTATUS__
2 #define __JEEP__JSTATUS__
17 namespace JPP {
using namespace JEEP; }
void setStatus(const int status)
Set status.
Interface for binary input.
JStatus()
Default constructor.
friend JWriter & operator<<(JWriter &out, const JStatus &status)
Write status to output.
General puprpose classes and methods.
JStatus(const int &status)
Constructor.
Auxiliary class for status identifier.
Template definition of auxiliary base class for comparison of data structures.
int getStatus() const
Get status.
friend std::ostream & operator<<(std::ostream &out, const JStatus &status)
Write status to output.
int & getStatus()
Get status.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
bool equals(const JStatus &status) const
Equal method.
friend std::istream & operator>>(std::istream &in, JStatus &status)
Read status from input.
friend JReader & operator>>(JReader &in, JStatus &status)
Read status from input.
Interface for binary output.