mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
lower-level method for adding fields to records
This commit is contained in:
parent
22776167bb
commit
5f5ba3881c
2 changed files with 14 additions and 3 deletions
|
@ -623,6 +623,9 @@ public:
|
|||
const char* AddFields(const type_decl_list& types,
|
||||
bool add_log_attr = false);
|
||||
|
||||
void AddFieldsDirectly(const type_decl_list& types,
|
||||
bool add_log_attr = false);
|
||||
|
||||
void Describe(ODesc* d) const override;
|
||||
void DescribeReST(ODesc* d, bool roles_only = false) const override;
|
||||
void DescribeFields(ODesc* d) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue