Data Structures & Algorithms in C++
Goodrich, Tamassia, Mount and Goldwasser
Loading...
Searching...
No Matches
Public Member Functions
dsac::map::AbstractMap< Key, Value >::Entry Class Reference

#include <abstract_map.h>

Collaboration diagram for dsac::map::AbstractMap< Key, Value >::Entry:
Collaboration graph

Public Member Functions

 Entry (const Key &k=Key(), const Value &v=Value())
 
const Key & key () const
 
const Value & value () const
 
Value & value ()
 

Constructor & Destructor Documentation

◆ Entry()

template<typename Key , typename Value >
dsac::map::AbstractMap< Key, Value >::Entry::Entry ( const Key &  k = Key(),
const Value &  v = Value() 
)
inline

Member Function Documentation

◆ key()

template<typename Key , typename Value >
const Key & dsac::map::AbstractMap< Key, Value >::Entry::key ( ) const
inline

◆ value() [1/2]

template<typename Key , typename Value >
Value & dsac::map::AbstractMap< Key, Value >::Entry::value ( )
inline

◆ value() [2/2]

template<typename Key , typename Value >
const Value & dsac::map::AbstractMap< Key, Value >::Entry::value ( ) const
inline

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