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

MovePatch Struct Reference

#include <PatchMgr.h>

List of all members.

Public Member Functions

 MovePatch (PatchID p=-1, NodeID n=-1)
 ~MovePatch ()
int operator< (MovePatch m)
int operator== (MovePatch m)

Public Attributes

NodeID nodeID
PatchID pid


Constructor & Destructor Documentation

MovePatch::MovePatch PatchID  p = -1,
NodeID  n = -1
[inline]
 

Definition at line 77 of file PatchMgr.h.

00077 : nodeID(n), pid(p) {};

MovePatch::~MovePatch  )  [inline]
 

Definition at line 78 of file PatchMgr.h.

00078 {};


Member Function Documentation

int MovePatch::operator< MovePatch  m  )  [inline]
 

Definition at line 83 of file PatchMgr.h.

References nodeID.

00083                                {
00084       return ( nodeID < m.nodeID );
00085     }

int MovePatch::operator== MovePatch  m  )  [inline]
 

Definition at line 87 of file PatchMgr.h.

References nodeID.

00087                                 {
00088       return ( nodeID == m.nodeID );
00089     }


Member Data Documentation

NodeID MovePatch::nodeID
 

Definition at line 80 of file PatchMgr.h.

Referenced by operator<(), and operator==().

PatchID MovePatch::pid
 

Definition at line 81 of file PatchMgr.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 19 04:08:26 2013 for NAMD by  doxygen 1.3.9.1