summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 65cba272..9fe63e43 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -1432,6 +1432,7 @@ namespace BinaryNinja
bool ParseTypeString(const std::string& text, std::map<QualifiedName, Ref<Type>>& result, std::string& errors);
std::map<QualifiedName, Ref<Type>> GetTypes();
+ std::vector<QualifiedName> GetTypeNames(const std::string& matching="");
Ref<Type> GetTypeByName(const QualifiedName& name);
Ref<Type> GetTypeById(const std::string& id);
std::string GetTypeId(const QualifiedName& name);