Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

ProxyElem Struct Reference

#include <ProxyMgr.h>

List of all members.

Public Member Functions

 ProxyElem ()
 ProxyElem (PatchID pid)
 ProxyElem (PatchID pid, ProxyPatch *p)
int hash () const
int operator== (const ProxyElem &pe) const

Public Attributes

PatchID patchID
ProxyPatchproxyPatch


Constructor & Destructor Documentation

ProxyElem::ProxyElem  )  [inline]
 

Definition at line 178 of file ProxyMgr.h.

00178 : proxyPatch(0) { };

ProxyElem::ProxyElem PatchID  pid  )  [inline]
 

Definition at line 179 of file ProxyMgr.h.

00179 : patchID(pid), proxyPatch(0) { };

ProxyElem::ProxyElem PatchID  pid,
ProxyPatch p
[inline]
 

Definition at line 180 of file ProxyMgr.h.

00180 : patchID(pid), proxyPatch(p) { };


Member Function Documentation

int ProxyElem::hash  )  const [inline]
 

Definition at line 182 of file ProxyMgr.h.

00182 { return patchID; }

int ProxyElem::operator== const ProxyElem pe  )  const [inline]
 

Definition at line 183 of file ProxyMgr.h.

References patchID.

00183 { return patchID == pe.patchID; }


Member Data Documentation

PatchID ProxyElem::patchID
 

Definition at line 185 of file ProxyMgr.h.

Referenced by operator==().

ProxyPatch* ProxyElem::proxyPatch
 

Definition at line 186 of file ProxyMgr.h.

Referenced by ProxyMgr::removeProxy().


The documentation for this struct was generated from the following file:
Generated on Sun Oct 12 04:08:19 2008 for NAMD by  doxygen 1.3.9.1