Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::HashMap< F > Class Template Reference
Inheritance diagram for concepts::HashMap< F >:
concepts::OutputOperator

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 19 of file hashMap.hh.

Member Function Documentation

◆ exists()

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

Returns true if the entrance exists.

Definition at line 23 of file hashMap.hh.

◆ info()

template<class F >
std::ostream & concepts::HashMap< F >::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 31 of file hashMap.hh.


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