#include <HomePatchList.h>
Public Member Functions | |
| int | operator< (HomePatchElem e) |
| int | operator== (HomePatchElem e) |
| HomePatchElem (PatchID id=-1, HomePatch *p=NULL) | |
| ~HomePatchElem () | |
| HomePatchElem & | operator= (const HomePatchElem &e) |
Public Attributes | |
| PatchID | pid |
| HomePatch * | patch |
|
||||||||||||
|
Definition at line 28 of file HomePatchList.h.
|
|
|
Definition at line 29 of file HomePatchList.h. 00029 { };
|
|
|
Definition at line 25 of file HomePatchList.h. References pid.
|
|
|
Definition at line 30 of file HomePatchList.h. 00030 {
00031 pid = e.pid;
00032 patch = e.patch; // Do not delete patch! This op only used to shuffle
00033 // we delete the patch here only when the HomePatch is
00034 // moved off!
00035 return(*this);
00036 };
|
|
|
Definition at line 26 of file HomePatchList.h. References pid.
|
|
|
Definition at line 23 of file HomePatchList.h. Referenced by PatchMgr::homePatch(), PatchMgr::moveAllBy(), operator=(), PatchMgr::setLattice(), and PatchMgr::~PatchMgr(). |
|
|
Definition at line 22 of file HomePatchList.h. Referenced by operator<(), operator=(), and operator==(). |
1.3.9.1