Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions
concepts::HashMap< F > Class Template Reference

#include <hashMap.hh>

Inheritance diagram for concepts::HashMap< F >:
Inheritance graph
[legend]
Collaboration diagram for concepts::HashMap< F >:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

template<class F>
class concepts::HashMap< F >

Definition at line 31 of file hashMap.hh.


Member Function Documentation

template<class F>
bool concepts::HashMap< F >::exists ( uint  i) const [inline]

Returns true if the entrance exists.

Definition at line 35 of file hashMap.hh.

template<class F >
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.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)