OR-Tools  8.2
RevRepository< T >

Detailed Description

template<class T>
class operations_research::RevRepository< T >

Definition at line 47 of file rev.h.

Public Member Functions

 RevRepository ()
 
void SetLevel (int level) final
 
int Level () const
 
void SaveState (T *object)
 
void SaveStateWithStamp (T *object, int64 *stamp)
 

Constructor & Destructor Documentation

◆ RevRepository()

RevRepository ( )
inline

Definition at line 49 of file rev.h.

Member Function Documentation

◆ Level()

int Level ( ) const
inline

Definition at line 54 of file rev.h.

◆ SaveState()

void SaveState ( T *  object)
inline

Definition at line 61 of file rev.h.

◆ SaveStateWithStamp()

void SaveStateWithStamp ( T *  object,
int64 stamp 
)
inline

Definition at line 71 of file rev.h.

◆ SetLevel()

void SetLevel ( int  level)
finalvirtual

Implements ReversibleInterface.

Definition at line 134 of file rev.h.


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