#include <extremum.h>
Collaboration diagram for Extremum< P_numtype, P_index >:
Public Types | |
typedef P_numtype | T_numtype |
typedef P_index | T_index |
Public Member Functions | |
Extremum (T_numtype value, T_index index) | |
T_numtype | value () const |
T_index | index () const |
void | setValue (T_numtype value) |
void | setIndex (T_index index) |
operator T_numtype () const | |
Protected Attributes | |
T_numtype | value_ |
T_index | index_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|