MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / IdGenerator

Method IdGenerator

libminifi/src/utils/Id.cpp:183–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183IdGenerator::IdGenerator()
184 : implementation_(UUID_TIME_IMPL),
185 logger_(logging::LoggerFactory<IdGenerator>::getLogger()),
186 incrementor_(0) {
187#ifndef WIN32
188 uuid_impl_ = std::unique_ptr<uuid>(new uuid());
189#endif
190}
191
192IdGenerator::~IdGenerator() = default;
193

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected