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

#include <our_multimap.h>

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

Public Member Functions

int size () const
 
bool empty () const
 
int count (const Key &k) const
 
void insert (const Entry &e)
 
int erase (const Key &k)
 

Member Function Documentation

◆ count()

template<typename Key , typename Value >
int dsac::map::OurMultimap< Key, Value >::count ( const Key &  k) const
inline

◆ empty()

template<typename Key , typename Value >
bool dsac::map::OurMultimap< Key, Value >::empty ( ) const
inline

◆ erase()

template<typename Key , typename Value >
int dsac::map::OurMultimap< Key, Value >::erase ( const Key &  k)
inline

◆ insert()

template<typename Key , typename Value >
void dsac::map::OurMultimap< Key, Value >::insert ( const Entry &  e)
inline

◆ size()

template<typename Key , typename Value >
int dsac::map::OurMultimap< Key, Value >::size ( ) const
inline

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