mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
header tweaks to provide gen-C++ script optimization with more flexibility
This commit is contained in:
parent
5a3b519fb4
commit
77c34787f3
4 changed files with 17 additions and 10 deletions
|
@ -35,6 +35,7 @@ class CompositeHash;
|
|||
class Expr;
|
||||
class ListExpr;
|
||||
class ZAMCompiler;
|
||||
class CPPRuntime;
|
||||
|
||||
using ExprPtr = IntrusivePtr<Expr>;
|
||||
using ListExprPtr = IntrusivePtr<ListExpr>;
|
||||
|
@ -752,6 +753,7 @@ private:
|
|||
class CreationInitsOptimizer;
|
||||
friend zeek::RecordVal;
|
||||
friend zeek::detail::ZAMCompiler;
|
||||
friend zeek::detail::CPPRuntime;
|
||||
const auto& DeferredInits() const { return deferred_inits; }
|
||||
const auto& CreationInits() const { return creation_inits; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue