mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
allow C++ script compiler access to type internals
This commit is contained in:
parent
e93db75f78
commit
b333d24e0e
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ class CompositeHash;
|
|||
class Expr;
|
||||
class ListExpr;
|
||||
class ZAMCompiler;
|
||||
class CPPRuntime;
|
||||
|
||||
using ExprPtr = IntrusivePtr<Expr>;
|
||||
using ListExprPtr = IntrusivePtr<ListExpr>;
|
||||
|
@ -757,6 +758,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