EPANET  3.0
EPANET Development Project
Public Member Functions | List of all members
HashTable Class Reference

A hash table for element ID names and their objects. More...

#include <hashtable.h>

Public Member Functions

int insert (std::string *key, Element *value)
 
Elementfind (const std::string &key)
 
size_t getCount ()
 

Detailed Description

A hash table for element ID names and their objects.

Note
The table is case sensitive.

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