|
Jpp
|
Auxiliary class for status identifier. More...
#include <JStatus.hh>
Public Member Functions | |
| JStatus () | |
| Default constructor. More... | |
| JStatus (const int &status) | |
| Constructor. More... | |
| int | getStatus () const |
| Get status. More... | |
| int & | getStatus () |
| Get status. More... | |
| void | setStatus (const int status) |
| Set status. More... | |
| bool | equals (const JStatus &status) const |
| Equal method. More... | |
Protected Attributes | |
| int | __status |
Friends | |
| std::istream & | operator>> (std::istream &in, JStatus &status) |
| Read status from input. More... | |
| std::ostream & | operator<< (std::ostream &out, const JStatus &status) |
| Write status to output. More... | |
| JReader & | operator>> (JReader &in, JStatus &status) |
| Read status from input. More... | |
| JWriter & | operator<< (JWriter &out, const JStatus &status) |
| Write status to output. More... | |
Auxiliary class for status identifier.
Definition at line 29 of file JStatus.hh.
|
inline |
Default constructor.
Definition at line 36 of file JStatus.hh.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Equal method.
| status | status |
Definition at line 90 of file JStatus.hh.
|
friend |
Read status from input.
| in | input stream |
| status | status |
Definition at line 103 of file JStatus.hh.
|
friend |
Write status to output.
| out | output stream |
| status | status |
Definition at line 116 of file JStatus.hh.
Read status from input.
| in | reader |
| status | status |
Definition at line 129 of file JStatus.hh.
Write status to output.
| out | writer |
| status | status |
Definition at line 142 of file JStatus.hh.
|
protected |
Definition at line 148 of file JStatus.hh.
1.8.5