#include <hashMap.hh>


Public Member Functions | |
| bool | exists (uint i) const |
| Returns true if the entrance exists. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Definition at line 31 of file hashMap.hh.
| bool concepts::HashMap< F >::exists | ( | uint | i | ) | const [inline] |
Returns true if the entrance exists.
Definition at line 35 of file hashMap.hh.
| std::ostream & concepts::HashMap< F >::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in concepts::ParseThinSheetThickness.
Definition at line 43 of file hashMap.hh.