diff options
| author | Peter LaFosse <peter@vector35.com> | 2021-09-03 11:11:49 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2021-09-06 11:46:43 -0400 |
| commit | d28dc76f738c1b3c6469213c2582ca7680b8fefe (patch) | |
| tree | 92274f9622c096baa42d4f78f4b048567e90b0ca /binaryninjaapi.h | |
| parent | b7ef15830ab8652fd50f3289508ac006f756d6cc (diff) | |
Add BNTypeBuilderSetChildType
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 3584807b..bb104ef3 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2913,6 +2913,7 @@ __attribute__ ((format (printf, 1, 2))) TypeBuilder& SetScope(const Confidence<BNMemberScope>& scope); TypeBuilder& SetConst(const Confidence<bool>& cnst); TypeBuilder& SetVolatile(const Confidence<bool>& vltl); + TypeBuilder& SetChildType(const Confidence<Ref<Type>>& child); TypeBuilder& SetSigned(const Confidence<bool>& vltl); TypeBuilder& SetTypeName(const QualifiedName& name); TypeBuilder& SetAlternateName(const std::string& name); |
