mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Move IntrusivePtr and utility methods to the zeek namespace
This commit is contained in:
parent
4668378d91
commit
9364e6a5b7
255 changed files with 3761 additions and 3730 deletions
|
@ -2,16 +2,15 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include "BroList.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
class Val;
|
||||
template <class T> class IntrusivePtr;
|
||||
|
||||
namespace zeek {
|
||||
|
||||
using Args = std::vector<IntrusivePtr<Val>>;
|
||||
template <class T> class IntrusivePtr;
|
||||
using Args = std::vector<zeek::IntrusivePtr<Val>>;
|
||||
|
||||
/**
|
||||
* Converts a legacy-style argument list for use in modern Zeek function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue