Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::RevGrowingMultiMap< Key, Value > Class Template Reference

Detailed Description

template<class Key, class Value>
class operations_research::RevGrowingMultiMap< Key, Value >

Definition at line 253 of file rev.h.

#include <rev.h>

Inheritance diagram for operations_research::RevGrowingMultiMap< Key, Value >:
operations_research::ReversibleInterface

Public Member Functions

void SetLevel (int level) final
void Add (Key key, Value value)
const std::vector< Value > & Values (Key key) const

Member Function Documentation

◆ Add()

template<class Key, class Value>
void operations_research::RevGrowingMultiMap< Key, Value >::Add ( Key key,
Value value )

Definition at line 307 of file rev.h.

◆ SetLevel()

template<class Key, class Value>
void operations_research::RevGrowingMultiMap< Key, Value >::SetLevel ( int level)
finalvirtual

Implements operations_research::ReversibleInterface.

Definition at line 277 of file rev.h.

◆ Values()

template<class Key, class Value>
const std::vector< Value > & operations_research::RevGrowingMultiMap< Key, Value >::Values ( Key key) const

Definition at line 299 of file rev.h.


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