ATLAS Offline Software
Loading...
Searching...
No Matches
Token.cxx File Reference
#include "PersistentDataModel/Token.h"
#include <cstdio>
#include <cstring>
#include <climits>
#include <atomic>
#include <format>
#include <charconv>
#include <string_view>
Include dependency graph for Token.cxx:

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 }

Variable Documentation

◆ KEY_MASK

const int KEY_MASK = (~0u) << CHAR_BIT
static

Definition at line 21 of file Token.cxx.

◆ LABEL_CLID

std::string_view LABEL_CLID = "[CLID="
constexpr

Definition at line 17 of file Token.cxx.

◆ LABEL_CNT

std::string_view LABEL_CNT = "[CNT="
constexpr

Definition at line 16 of file Token.cxx.

◆ LABEL_DB

std::string_view LABEL_DB = "[DB="
constexpr

Definition at line 15 of file Token.cxx.

◆ LABEL_OID

std::string_view LABEL_OID = "[OID="
constexpr

Definition at line 19 of file Token.cxx.

◆ LABEL_TECH

std::string_view LABEL_TECH = "[TECH="
constexpr

Definition at line 18 of file Token.cxx.

◆ s_numCount

std::atomic<int> s_numCount { 0 }
static

Definition at line 22 of file Token.cxx.

22{ 0 };