From 4108964609171327618627477163339656037111 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 20 Feb 2023 21:58:55 -0500 Subject: Type Containers --- debuginfo.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debuginfo.cpp') diff --git a/debuginfo.cpp b/debuginfo.cpp index 5f4e1af0..5fef18d2 100644 --- a/debuginfo.cpp +++ b/debuginfo.cpp @@ -54,6 +54,12 @@ vector DebugInfo::GetParsers() const } +TypeContainer DebugInfo::GetTypeContainer(const std::string& parserName) +{ + return TypeContainer(BNGetDebugInfoTypeContainer(m_object, parserName.c_str())); +} + + vector DebugInfo::GetTypes(const string& parserName) const { size_t count; -- cgit v1.3.1