mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Stmt: move Stmt classes into zeek::detail namespace
This commit is contained in:
parent
f952acaddc
commit
3fa4acc175
23 changed files with 177 additions and 132 deletions
|
@ -59,7 +59,6 @@ enum BroExprTag : int {
|
|||
extern const char* expr_name(BroExprTag t);
|
||||
|
||||
template <class T> class IntrusivePtr;
|
||||
class Stmt;
|
||||
class Frame;
|
||||
class Scope;
|
||||
class ListExpr;
|
||||
|
@ -71,6 +70,7 @@ class EventExpr;
|
|||
|
||||
struct function_ingredients;
|
||||
|
||||
FORWARD_DECLARE_NAMESPACED(Stmt, zeek::detail);
|
||||
|
||||
class Expr : public BroObj {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue