WXP C++ Library Version 6.74.9
|
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) |
This class sets up a hash table for surface data. Used with decoder.
SfcHash::SfcHash | ( | ) |
Constructor. Sets up hash table.
int SfcHash::get | ( | const char * | id, |
SfcData & | data | ||
) |
Gets the city data from hash
id | City ID to search hash |
References WXP::Hash::search().
int SfcHash::next | ( | SfcData & | data | ) |
Gets the next data from hash
id | ID to search hash |
References WXP::Hash::next().
int SfcHash::put | ( | const char * | id, |
SfcData & | data | ||
) |
Puts the city data from hash
id | City ID to search hash\ |
References WXP::Hash::enter().