mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Add ToStdString method for StringVal
This commit is contained in:
parent
23a1815e29
commit
dffefe0683
2 changed files with 7 additions and 0 deletions
|
@ -632,6 +632,7 @@ public:
|
|||
// char* ExpandedString(int format = BroString::EXPANDED_STRING)
|
||||
// { return AsString()->ExpandedString(format); }
|
||||
|
||||
std::string ToStdString() const;
|
||||
StringVal* ToUpper();
|
||||
|
||||
unsigned int MemoryAllocation() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue