diff options
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. |
