mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Implement equivalence relation for opaque types.
This commit is contained in:
parent
fa9aeeaaf1
commit
2494940d95
2 changed files with 6 additions and 3 deletions
|
@ -505,7 +505,7 @@ public:
|
|||
OpaqueType(const string& name);
|
||||
virtual ~OpaqueType() { };
|
||||
|
||||
const string& Name() { return name; }
|
||||
const string& Name() const { return name; }
|
||||
|
||||
void Describe(ODesc* d) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue