OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Public Attributes | List of all members
ListElem Class Reference

#include <ListElem.h>

Public Member Functions

 ListElem (double sval, double tval, unsigned int mval, unsigned int nval, double denval)
 
 ~ListElem ()
 
bool operator< (const ListElem &elem) const
 
void print (Inform os, const std::list< ListElem > &l)
 

Public Attributes

double s
 
double t
 
unsigned int m
 
unsigned int n
 
double den
 

Detailed Description

Definition at line 35 of file ListElem.h.

Constructor & Destructor Documentation

ListElem::ListElem ( double  sval,
double  tval,
unsigned int  mval,
unsigned int  nval,
double  denval 
)
inline

Definition at line 37 of file ListElem.h.

ListElem::~ListElem ( )
inline

Definition at line 45 of file ListElem.h.

Member Function Documentation

bool ListElem::operator< ( const ListElem elem) const
inline

Definition at line 49 of file ListElem.h.

References m, and n.

void ListElem::print ( Inform  os,
const std::list< ListElem > &  l 
)
inline

Definition at line 53 of file ListElem.h.

References endl().

Here is the call graph for this function:

Member Data Documentation

double ListElem::den

Definition at line 70 of file ListElem.h.

unsigned int ListElem::m

Definition at line 69 of file ListElem.h.

Referenced by operator<().

unsigned int ListElem::n

Definition at line 69 of file ListElem.h.

Referenced by operator<().

double ListElem::s

Definition at line 67 of file ListElem.h.

double ListElem::t

Definition at line 68 of file ListElem.h.


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