![]() |
ATLAS Offline Software
|
#include "PersistentDataModel/Token.h"#include <cstdio>#include <cstring>#include <climits>#include <atomic>#include <format>#include <charconv>#include <string_view>Go to the source code of this file.
Variables | |
| constexpr std::string_view | LABEL_DB = "[DB=" |
| constexpr std::string_view | LABEL_CNT = "[CNT=" |
| constexpr std::string_view | LABEL_CLID = "[CLID=" |
| constexpr std::string_view | LABEL_TECH = "[TECH=" |
| constexpr std::string_view | LABEL_OID = "[OID=" |
| static const int | KEY_MASK = (~0u) << CHAR_BIT |
| static std::atomic< int > | s_numCount { 0 } |