40 #ifndef INCLUDE_OKVIS_IDPROVIDER_HPP_
41 #define INCLUDE_OKVIS_IDPROVIDER_HPP_
51 namespace IdProvider {
56 static uint64_t
newId();
static uint64_t currentId()
Get the last generated ID.
Definition: IdProvider.cpp:55
static uint64_t newId()
get a unique new ID.
Definition: IdProvider.cpp:49
Definition: IdProvider.hpp:53