blitz  Version 0.9
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | Protected Attributes
Extremum< P_numtype, P_index > Class Template Reference

#include <extremum.h>

List of all members.

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_

Member Typedef Documentation

template<typename P_numtype , typename P_index >
typedef P_index Extremum< P_numtype, P_index >::T_index
template<typename P_numtype , typename P_index >
typedef P_numtype Extremum< P_numtype, P_index >::T_numtype

Constructor & Destructor Documentation

template<typename P_numtype , typename P_index >
Extremum< P_numtype, P_index >::Extremum ( T_numtype  value,
T_index  index 
)
inline

Member Function Documentation

template<typename P_numtype , typename P_index >
T_index Extremum< P_numtype, P_index >::index ( ) const
inline
template<typename P_numtype , typename P_index >
Extremum< P_numtype, P_index >::operator T_numtype ( ) const
inline
template<typename P_numtype , typename P_index >
void Extremum< P_numtype, P_index >::setIndex ( T_index  index)
inline
template<typename P_numtype , typename P_index >
void Extremum< P_numtype, P_index >::setValue ( T_numtype  value)
inline
template<typename P_numtype , typename P_index >
T_numtype Extremum< P_numtype, P_index >::value ( ) const
inline

Member Data Documentation

template<typename P_numtype , typename P_index >
T_index Extremum< P_numtype, P_index >::index_
protected
template<typename P_numtype , typename P_index >
T_numtype Extremum< P_numtype, P_index >::value_
protected

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