diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-05-20 18:34:53 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2025-05-22 15:09:17 -0400 |
| commit | 5094770405372098081110764843950364933904 (patch) | |
| tree | 2bfb540eb99a414917cc9565f1562e0c8be58920 /binaryninjaapi.h | |
| parent | 1b579ce8166b960533e098e37a4f076ca5a8fe02 (diff) | |
Add TypeContainer::GetEmptyTypeContainer
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 089b3693..520c038d 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -18573,6 +18573,12 @@ namespace BinaryNinja { BNTypeContainer* GetObject() const { return m_object; } + /*! Get an empty type container which contains no types (immutable) + + \return Empty type container + */ + static TypeContainer GetEmptyTypeContainer(); + /*! Get an id string for the Type Container. This will be unique within a given analysis session, but may not be globally unique. |
