Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages | Examples

SkipList.h File Reference


Detailed Description

This header contains the declaration for the skip list collection templates and implementations.

Definition in file SkipList.h.

#include "dwfcore/STL.h"
#include "dwfcore/Hash.h"
#include "dwfcore/Timer.h"
#include "dwfcore/Iterator.h"
#include "dwfcore/Comparator.h"

Go to the source code of this file.

Namespaces

namespace  DWFCore

Defines

#define DWFCORE_SKIPLIST_PROBABILITY_DISTRIB   0.5f
 Defines the probability value that each successively higher level of a node will be chosen.
#define DWFCORE_SKIPLIST_MAX_NODE_LEVEL   31
 Defines the maximum number of elements in the list.
#define DWFCORE_SKIPLIST_INITIAL_HEIGHT   5
 Defines the initial node level.


Generated on Tue May 17 12:05:11 2005 for Autodesk DWF Core Library by  doxygen 1.4.1