summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index a50fcc62..bfa94d6f 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -1737,6 +1737,7 @@ namespace BinaryNinja {
struct PossibleValueSet;
class Metadata;
class Structure;
+ class NamedTypeReference;
struct TypeParserResult;
class QueryMetadataException : public std::exception
@@ -2121,6 +2122,7 @@ namespace BinaryNinja {
std::map<QualifiedName, Ref<Type>> GetTypes();
std::vector<QualifiedName> GetTypeNames(const std::string& matching = "");
Ref<Type> GetTypeByName(const QualifiedName& name);
+ Ref<Type> GetTypeByRef(Ref<NamedTypeReference> name);
Ref<Type> GetTypeById(const std::string& id);
std::string GetTypeId(const QualifiedName& name);
QualifiedName GetTypeNameById(const std::string& id);