mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Remove other simple uses of PDict
This commit is contained in:
parent
8beb710a5e
commit
e6558d1f19
9 changed files with 84 additions and 75 deletions
|
@ -2,6 +2,7 @@
|
|||
#define rule_h
|
||||
|
||||
#include <limits.h>
|
||||
#include <map>
|
||||
|
||||
#include "Obj.h"
|
||||
#include "List.h"
|
||||
|
@ -15,7 +16,7 @@ class RuleHdrTest;
|
|||
class Rule;
|
||||
|
||||
typedef PList<Rule> rule_list;
|
||||
typedef PDict<Rule> rule_dict;
|
||||
typedef std::map<string, Rule*> rule_dict;
|
||||
|
||||
class Rule {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue