All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SORTED_FLOAT Class Reference

#include <sortflts.h>

Inheritance diagram for SORTED_FLOAT:
ELIST_LINK

Public Member Functions

 SORTED_FLOAT ()
 
 SORTED_FLOAT (float value, inT32 key)
 
- Public Member Functions inherited from ELIST_LINK
 ELIST_LINK ()
 
 ELIST_LINK (const ELIST_LINK &)
 
void operator= (const ELIST_LINK &)
 

Friends

class SORTED_FLOATS
 

Detailed Description

Definition at line 25 of file sortflts.h.

Constructor & Destructor Documentation

SORTED_FLOAT::SORTED_FLOAT ( )
inline

Definition at line 30 of file sortflts.h.

30  {
31  } //empty constructor
SORTED_FLOAT::SORTED_FLOAT ( float  value,
inT32  key 
)
inline

Definition at line 32 of file sortflts.h.

34  { //reference
35  entry = value;
36  address = key;
37  }

Friends And Related Function Documentation

friend class SORTED_FLOATS
friend

Definition at line 27 of file sortflts.h.


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