#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()
void from_json |
( |
const nlohmann::json & |
aJson, |
|
|
KIID & |
aKIID |
|
) |
| |
◆ NilUuid()
◆ to_json()
void to_json |
( |
nlohmann::json & |
aJson, |
|
|
const KIID & |
aKIID |
|
) |
| |
◆ niluuid