IndexedList Struct Reference

#include <datatypes.h>

Collaboration diagram for IndexedList:
Collaboration graph
[legend]

List of all members.

Public Attributes

double value
 The value to be sorted.
int index
 The index pointer to its orignal array.

Detailed Description

Structure to represent a value in an indexed list. An indexed list is a set of values, each with a corresponding index. This is used for sorting purposes, so that the list can be sorted by value with its associated index pointing to its orignal location.


Member Data Documentation

The index pointer to its orignal array.

Referenced by gobble(), matchpairs(), and swap().

The value to be sorted.

Referenced by bfind(), getrange(), gobble(), and swap().


The documentation for this struct was generated from the following file:
Generated on Mon Oct 4 10:39:54 2010 for WsaTools by  doxygen 1.6.3