OR-Tools  9.6
RevGrowingMultiMap< Key, Value >

Detailed Description

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

Definition at line 251 of file rev.h.

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()

void Add ( Key  key,
Value  value 
)

Definition at line 305 of file rev.h.

◆ SetLevel()

void SetLevel ( int  level)
finalvirtual

Implements ReversibleInterface.

Definition at line 275 of file rev.h.

◆ Values()

const std::vector< Value > & Values ( Key  key) const

Definition at line 297 of file rev.h.


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