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 24 of file ComputeGlobal.h.

Constructor & Destructor Documentation

◆ intpair() [1/2]

intpair::intpair ( )
inline

Definition at line 26 of file ComputeGlobal.h.

26 {;}

◆ intpair() [2/2]

intpair::intpair ( int  f,
int  s 
)
inline

Definition at line 27 of file ComputeGlobal.h.

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

Member Data Documentation

◆ first

int intpair::first

Definition at line 25 of file ComputeGlobal.h.

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

◆ second

int intpair::second

Definition at line 25 of file ComputeGlobal.h.

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


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