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

#include <cost_performance.h>

Collaboration diagram for dsac::map::CostPerformanceDatabase< OrderedMap >:
Collaboration graph

Public Types

typedef OrderedMap::const_iterator const_iterator
 

Public Member Functions

const_iterator begin () const
 
const_iterator end () const
 
const_iterator best (int c) const
 
void add (int c, int p)
 

Member Typedef Documentation

◆ const_iterator

template<typename OrderedMap = OrderedTableMap<int,int>>
typedef OrderedMap::const_iterator dsac::map::CostPerformanceDatabase< OrderedMap >::const_iterator

Member Function Documentation

◆ add()

template<typename OrderedMap = OrderedTableMap<int,int>>
void dsac::map::CostPerformanceDatabase< OrderedMap >::add ( int  c,
int  p 
)
inline
Here is the call graph for this function:

◆ begin()

template<typename OrderedMap = OrderedTableMap<int,int>>
const_iterator dsac::map::CostPerformanceDatabase< OrderedMap >::begin ( ) const
inline

◆ best()

template<typename OrderedMap = OrderedTableMap<int,int>>
const_iterator dsac::map::CostPerformanceDatabase< OrderedMap >::best ( int  c) const
inline
Here is the call graph for this function:

◆ end()

template<typename OrderedMap = OrderedTableMap<int,int>>
const_iterator dsac::map::CostPerformanceDatabase< OrderedMap >::end ( ) const
inline

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