MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / UniqueID

Method UniqueID

include/DataSet.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 struct UniqueID
54 {
55 UniqueID() = default;
56
57 UniqueID(const KeyType &IDNew, const double TimestampNew, const int NumberNew = 0): ID(IDNew), Timestamp(TimestampNew), Number(NumberNew)
58 {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected