mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 22:18:20 +00:00
Move all Val classes to the zeek namespaces
This commit is contained in:
parent
ec9eff0bd5
commit
64332ca22c
265 changed files with 3154 additions and 3086 deletions
|
@ -68,11 +68,11 @@ public:
|
|||
|
||||
// Helper methods for vectors:
|
||||
//
|
||||
static VectorVal* VecToPolicy(Vec* vec);
|
||||
static Vec* VecFromPolicy(VectorVal* vec);
|
||||
static zeek::VectorVal* VecToPolicy(Vec* vec);
|
||||
static Vec* VecFromPolicy(zeek::VectorVal* vec);
|
||||
static char* VecToString(Vec* vec);
|
||||
static BroString::IdxVec* GetOffsetsVec(const Vec* vec,
|
||||
unsigned int index);
|
||||
unsigned int index);
|
||||
|
||||
private:
|
||||
typedef std::map<std::string, void*> DataMap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue