diff options
| author | Glenn Smith <glenn@vector35.com> | 2024-05-20 20:18:52 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2024-05-23 18:12:05 -0400 |
| commit | 3375478963786425457931027834955525009658 (patch) | |
| tree | 33375aa2cfc2650bc27b231a69ba64787b849978 /binaryninjaapi.h | |
| parent | 7e1e001b7b07285913d05a0dea31fba99395ca02 (diff) | |
Add TypeBuilder::SetWidth and TypeBuilder::SetAlignment
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index d2cf74d2..d8db649b 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -8963,6 +8963,8 @@ namespace BinaryNinja { Ref<Enumeration> GetEnumeration() const; Ref<NamedTypeReference> GetNamedTypeReference() const; Confidence<BNMemberScope> GetScope() const; + TypeBuilder& SetWidth(size_t width); + TypeBuilder& SetAlignment(size_t alignment); TypeBuilder& SetNamedTypeReference(NamedTypeReference* ntr); TypeBuilder& SetScope(const Confidence<BNMemberScope>& scope); TypeBuilder& SetConst(const Confidence<bool>& cnst); |
