#include <sequencing-manager.hpp>
Definition at line 36 of file sequencing-manager.hpp.
◆ SequencingManager()
nlsr::SequencingManager::SequencingManager |
( |
const std::string & |
filePath, |
|
|
int |
hypState |
|
) |
| |
◆ getAdjLsaSeq()
uint64_t nlsr::SequencingManager::getAdjLsaSeq |
( |
| ) |
const |
|
inline |
◆ getCorLsaSeq()
uint64_t nlsr::SequencingManager::getCorLsaSeq |
( |
| ) |
const |
|
inline |
◆ getLsaSeq()
uint64_t nlsr::SequencingManager::getLsaSeq |
( |
Lsa::Type |
lsaType | ) |
|
|
inline |
◆ getNameLsaSeq()
uint64_t nlsr::SequencingManager::getNameLsaSeq |
( |
| ) |
const |
|
inline |
◆ increaseAdjLsaSeq()
void nlsr::SequencingManager::increaseAdjLsaSeq |
( |
| ) |
|
|
inline |
◆ increaseCorLsaSeq()
void nlsr::SequencingManager::increaseCorLsaSeq |
( |
| ) |
|
|
inline |
◆ increaseNameLsaSeq()
void nlsr::SequencingManager::increaseNameLsaSeq |
( |
| ) |
|
|
inline |
◆ setAdjLsaSeq()
void nlsr::SequencingManager::setAdjLsaSeq |
( |
uint64_t |
alsn | ) |
|
|
inline |
◆ setCorLsaSeq()
void nlsr::SequencingManager::setCorLsaSeq |
( |
uint64_t |
clsn | ) |
|
|
inline |
◆ setLsaSeq()
void nlsr::SequencingManager::setLsaSeq |
( |
uint64_t |
seqNo, |
|
|
Lsa::Type |
lsaType |
|
) |
| |
|
inline |
◆ setNameLsaSeq()
void nlsr::SequencingManager::setNameLsaSeq |
( |
uint64_t |
nlsn | ) |
|
|
inline |
◆ writeSeqNoToFile()
void nlsr::SequencingManager::writeSeqNoToFile |
( |
| ) |
const |