NAMD
Public Member Functions | Public Attributes | List of all members
intpair Struct Reference

#include <ComputeGlobal.h>

Public Member Functions

 intpair ()
 
 intpair (int f, int s)
 

Public Attributes

int first
 
int second
 

Detailed Description

Definition at line 23 of file ComputeGlobal.h.

Constructor & Destructor Documentation

intpair::intpair ( )
inline

Definition at line 25 of file ComputeGlobal.h.

25 {;}
intpair::intpair ( int  f,
int  s 
)
inline

Definition at line 26 of file ComputeGlobal.h.

26 : first(f), second(s) {;}
int second
Definition: ComputeGlobal.h:24

Member Data Documentation

int intpair::first

Definition at line 24 of file ComputeGlobal.h.

Referenced by operator<(), and ComputeGlobal::saveTotalForces().

int intpair::second

Definition at line 24 of file ComputeGlobal.h.

Referenced by operator<(), and ComputeGlobal::saveTotalForces().


The documentation for this struct was generated from the following file: