From 5094770405372098081110764843950364933904 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 20 May 2025 18:34:53 -0400 Subject: Add TypeContainer::GetEmptyTypeContainer --- binaryninjaapi.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binaryninjaapi.h') 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. -- cgit v1.3.1