WXP::MdrHash Class Reference

This class sets up a hash table for MDR radar information. More...

#include "../include/MdrHash.h"

List of all members.

Public Member Functions

 MdrHash ()
int init ()
int get (const char *id, MdrData &data)
int put (const char *id, MdrData &data)
int first ()
int next (MdrData &data)
int print ()

Detailed Description

This class sets up a hash table for MDR radar information.

Author:
Dan Vietor

Constructor & Destructor Documentation

MdrHash::MdrHash (  ) 

Constructor. Sets up hash table.


Member Function Documentation

int MdrHash::get ( const char *  id,
MdrData data 
)

Gets the city data from hash

Parameters:
id ID to search hash
Returns:
MdrData class containing output data

References WXP::Hash::search().

int MdrHash::next ( MdrData data  ) 

Gets the city data from hash

Parameters:
id ID to search hash
Returns:
MdrData class containing output data

References WXP::Hash::next().

int MdrHash::put ( const char *  id,
MdrData data 
)

Puts the city data from hash

Parameters:
id ID to search hash\
Returns:
MdrData class containing output data

References WXP::Hash::enter().


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

Generated on 8 Jan 2010 for WXP C++ Library by  doxygen 1.6.1