#include <boost/uuid/uuid.hpp>
#include <macros_swig.h>
#include <nlohmann/json_fwd.hpp>
#include <string>
Go to the source code of this file.
|
typedef uint32_t | timestamp_t |
| timestamp_t is our type to represent unique IDs for all kinds of elements; historically simply the timestamp when they were created. More...
|
|
◆ timestamp_t
timestamp_t is our type to represent unique IDs for all kinds of elements; historically simply the timestamp when they were created.
Long term, this type might be renamed to something like unique_id_t (and then rename all the methods from {Get,Set}TimeStamp() to {Get,Set}Id()) ?
Definition at line 45 of file kiid.h.
◆ from_json()
Definition at line 376 of file kiid.cpp.
377{
378 aKIID =
KIID( aJson.get<std::string>() );
379}
◆ NilUuid()
◆ to_json()
◆ niluuid