Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

HashMania.h File Reference

Creates useful hashtables for PuppetMaster. More...

#include <map>

Go to the source code of this file.

Compounds

struct  controlLeaf
 Structure describing a leaf entry in the control list. More...

struct  dropInfo
 Structure describing an entry in the controls dropdown list. More...

struct  serverInfo
 Class the encapsulates the information about a server. More...


Typedefs

typedef map< HTREEITEM, controlLeaf,
less< HTREEITEM > > 
leafHash
 Map of controlLeaf structures. More...

typedef leafHash::const_iterator leafHashPtr
 Iterator for the leafHash map.

typedef map< int, dropInfo,
less< int > > 
dropHash
 Map of dropInfo structures. More...

typedef dropHash::const_iterator dropHashPtr
 Iterator for the dropHash map.

typedef map< int, serverInfo,
less< int > > 
serverHash
 Map of serverInfo structures. More...

typedef serverHash::const_iterator serverHashPtr
 Iterator for the serverHash map.


Detailed Description

Creates useful hashtables for PuppetMaster.

Id:
HashMania.h,v 1.6 2001/10/14 20:34:06 jon Exp

Author:
Sean Patton <spatton@andrew.cmu.edu>

Typedef Documentation

dropHash
 

Map of dropInfo structures.

This map holds dropInfo structures. It is indexed by int's.

leafHash
 

Map of controlLeaf structures.

This map holds controlLeaf structures. It is indexed by HTREEITEM's.

serverHash
 

Map of serverInfo structures.

This map holds serverInfo structures. It is indexed by int's.


Generated on Tue Oct 16 14:06:18 2001 for PuppetMaster by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001