This class sets up a hash table for surface data. Used with decoder.
More...
#include "../include/SfcHash.h"
This class sets up a hash table for surface data. Used with decoder.
- Author
- Dan Vietor
◆ SfcHash()
Constructor. Sets up hash table.
◆ get()
| int SfcHash::get |
( |
const char * | id, |
|
|
SfcData & | data ) |
Gets the city data from hash
- Parameters
-
- Returns
- CityHashData class containing output data
◆ next()
| int SfcHash::next |
( |
SfcData & | data | ) |
|
Gets the next data from hash
- Parameters
-
- Returns
- SfcData class containing output data
◆ put()
| int SfcHash::put |
( |
const char * | id, |
|
|
SfcData & | data ) |
Puts the city data from hash
- Parameters
-
| id | City ID to search hash\ |
- Returns
- CityHashData class containing output data
The documentation for this class was generated from the following files: