#include <StandbyTerm.h>
Public Member Functions | |
| StandbyTerm () | |
| StandbyTerm (const TermKey &termKey, uint pool) | |
| StandbyTerm (const StandbyTerm &standbyTerm) | |
| ~StandbyTerm () | |
| TermKey | getKey () const |
| uint | getPool () const |
| int | operator== (const StandbyTerm &term) const |
Friends | |
| QDataStream & | operator<< (QDataStream &out, const StandbyTerm &term) |
| QDataStream & | operator>> (QDataStream &in, StandbyTerm &term) |
Definition at line 10 of file StandbyTerm.h.
| StandbyTerm::StandbyTerm | ( | ) |
Definition at line 3 of file StandbyTerm.cpp.
| StandbyTerm::StandbyTerm | ( | const TermKey & | termKey, | |
| uint | pool | |||
| ) |
Definition at line 6 of file StandbyTerm.cpp.
| StandbyTerm::StandbyTerm | ( | const StandbyTerm & | standbyTerm | ) |
Definition at line 9 of file StandbyTerm.cpp.
| StandbyTerm::~StandbyTerm | ( | ) |
Definition at line 12 of file StandbyTerm.cpp.
| TermKey StandbyTerm::getKey | ( | ) | const |
Definition at line 15 of file StandbyTerm.cpp.
| uint StandbyTerm::getPool | ( | ) | const |
Definition at line 19 of file StandbyTerm.cpp.
| int StandbyTerm::operator== | ( | const StandbyTerm & | term | ) | const |
Definition at line 23 of file StandbyTerm.cpp.
| QDataStream& operator<< | ( | QDataStream & | out, | |
| const StandbyTerm & | term | |||
| ) | [friend] |
Definition at line 27 of file StandbyTerm.cpp.
| QDataStream& operator>> | ( | QDataStream & | in, | |
| StandbyTerm & | term | |||
| ) | [friend] |
Definition at line 33 of file StandbyTerm.cpp.
1.5.6