NAMD
|
#include <OwnerBox.h>
Public Member Functions | |
OwnerBox (Owner *o, void(Owner::*fn)()) | |
OwnerBox (Owner *o, void(Owner::*fn)(), int id, int tp) | |
~OwnerBox (void) | |
void | open (Data *d) |
void | close (void) |
Box< Owner, Data > * | checkOut (int id) |
void | checkIn (Box< Owner, Data > *box) |
int | isOpen () |
void | clientAdd () |
void | clientRemove () |
Data * | clientOpen (int count=1) |
void | clientClose (int count=1) |
Friends | |
class | Box< Owner, Data > |
Definition at line 14 of file OwnerBox.h.
|
inline |
Definition at line 22 of file OwnerBox.h.
|
inline |
Definition at line 27 of file OwnerBox.h.
Definition at line 33 of file OwnerBox.h.
|
inline |
Definition at line 104 of file OwnerBox.h.
Referenced by Patch::unregisterAvgPositionPickup(), Patch::unregisterBornRadPickup(), Patch::unregisterDEdaSumDeposit(), Patch::unregisterDHdrPrefixPickup(), Patch::unregisterForceDeposit(), Patch::unregisterIntRadPickup(), Patch::unregisterLcpoTypePickup(), Patch::unregisterPositionPickup(), Patch::unregisterPsiSumDeposit(), and Patch::unregisterVelocityPickup().
|
inline |
Definition at line 85 of file OwnerBox.h.
Referenced by Patch::registerAvgPositionPickup(), Patch::registerBornRadPickup(), Patch::registerDEdaSumDeposit(), Patch::registerDHdrPrefixPickup(), Patch::registerForceDeposit(), Patch::registerIntRadPickup(), Patch::registerLcpoTypePickup(), Patch::registerPositionPickup(), Patch::registerPsiSumDeposit(), and Patch::registerVelocityPickup().
|
inline |
Definition at line 77 of file OwnerBox.h.
Referenced by HomePatch::registerProxy().
|
inline |
|
inline |
Definition at line 58 of file OwnerBox.h.
Referenced by HomePatch::receiveResults().
|
inline |
|
inline |
Definition at line 110 of file OwnerBox.h.
Referenced by OwnerBox< Patch, CompAtom >::clientClose(), Box< Patch, CompAtom >::close(), OwnerBox< Patch, CompAtom >::open(), and Box< Patch, CompAtom >::skip().
|
inline |
Definition at line 51 of file OwnerBox.h.
Referenced by HomePatch::boxClosed().
|
inline |
|
friend |
Definition at line 16 of file OwnerBox.h.