|
P4C
The P4 Compiler
|
Loading...
Searching...
No Matches
19#ifndef _BACKENDS_TOFINO_BF_P4C_COMMON_RUN_ID_H_
20#define _BACKENDS_TOFINO_BF_P4C_COMMON_RUN_ID_H_
26 static const std::string &getId() {
27 static RunId instance;
28 return instance._runId;
38 void operator=(
RunId const &) =
delete;