WXP C++ Library Version 6.74.9
Loading...
Searching...
No Matches
WXP::SfcHash Class Reference

This class sets up a hash table for surface data. Used with decoder. More...

#include "../include/SfcHash.h"

Public Member Functions

 SfcHash ()
int init ()
int get (const char *id, SfcData &data)
int put (const char *id, SfcData &data)
int first ()
int next (SfcData &sdata)

Detailed Description

This class sets up a hash table for surface data. Used with decoder.

Author
Dan Vietor

Constructor & Destructor Documentation

◆ SfcHash()

SfcHash::SfcHash ( )

Constructor. Sets up hash table.

Member Function Documentation

◆ get()

int SfcHash::get ( const char * id,
SfcData & data )

Gets the city data from hash

Parameters
idCity ID to search hash
Returns
CityHashData class containing output data

◆ next()

int SfcHash::next ( SfcData & data)

Gets the next data from hash

Parameters
idID to search hash
Returns
SfcData class containing output data

◆ put()

int SfcHash::put ( const char * id,
SfcData & data )

Puts the city data from hash

Parameters
idCity ID to search hash\
Returns
CityHashData class containing output data

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