COMBINATORIAL_BLAS  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes
HeapEntry< IT, NT > Class Template Reference

#include <HeapEntry.h>

List of all members.

Public Member Functions

 HeapEntry ()
 HeapEntry (IT mykey, IT myrunr, NT mynum)
bool operator> (const HeapEntry &rhs) const
bool operator< (const HeapEntry &rhs) const
bool operator== (const HeapEntry &rhs) const

Public Attributes

IT key
IT runr
NT num

Detailed Description

template<class IT, class NT>
class HeapEntry< IT, NT >

Definition at line 5 of file HeapEntry.h.


Constructor & Destructor Documentation

template<class IT, class NT>
HeapEntry< IT, NT >::HeapEntry ( )
inline

Definition at line 8 of file HeapEntry.h.

template<class IT, class NT>
HeapEntry< IT, NT >::HeapEntry ( IT  mykey,
IT  myrunr,
NT  mynum 
)
inline

Definition at line 9 of file HeapEntry.h.


Member Function Documentation

template<class IT, class NT>
bool HeapEntry< IT, NT >::operator< ( const HeapEntry< IT, NT > &  rhs) const
inline

Definition at line 21 of file HeapEntry.h.

template<class IT, class NT>
bool HeapEntry< IT, NT >::operator== ( const HeapEntry< IT, NT > &  rhs) const
inline

Definition at line 23 of file HeapEntry.h.

template<class IT, class NT>
bool HeapEntry< IT, NT >::operator> ( const HeapEntry< IT, NT > &  rhs) const
inline

Definition at line 19 of file HeapEntry.h.


Member Data Documentation

template<class IT, class NT>
IT HeapEntry< IT, NT >::key

Definition at line 10 of file HeapEntry.h.

template<class IT, class NT>
NT HeapEntry< IT, NT >::num

Definition at line 12 of file HeapEntry.h.

template<class IT, class NT>
IT HeapEntry< IT, NT >::runr

Definition at line 11 of file HeapEntry.h.


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