OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
ListElem Class Reference

#include <ListElem.h>

Collaboration diagram for ListElem:

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::ListElem ( double sval,
double tval,
unsigned int mval,
unsigned int nval,
double denval )
inline

Definition at line 37 of file ListElem.h.

References den, m, n, s, and t.

Referenced by operator<().

◆ ~ListElem()

ListElem::~ListElem ( )
inline

Definition at line 45 of file ListElem.h.

Member Function Documentation

◆ operator<()

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

Definition at line 49 of file ListElem.h.

References ListElem(), m, and n.

Here is the call graph for this function:

◆ print()

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

◆ den

double ListElem::den

Definition at line 70 of file ListElem.h.

Referenced by ListElem().

◆ m

unsigned int ListElem::m

Definition at line 69 of file ListElem.h.

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

◆ n

unsigned int ListElem::n

Definition at line 69 of file ListElem.h.

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

◆ s

double ListElem::s

Definition at line 67 of file ListElem.h.

Referenced by ListElem().

◆ t

double ListElem::t

Definition at line 68 of file ListElem.h.

Referenced by ListElem().


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