mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
support for compiling type-based switches to C++
This commit is contained in:
parent
c6cd5d7a3b
commit
721d99636e
5 changed files with 103 additions and 10 deletions
|
@ -191,6 +191,7 @@ public:
|
|||
|
||||
protected:
|
||||
friend class ZAMCompiler;
|
||||
friend class CPPCompile;
|
||||
|
||||
int DefaultCaseIndex() const { return default_case_idx; }
|
||||
const auto& ValueMap() const { return case_label_value_map; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue