mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-4169 Adjustments to extractPrimitives
This commit is contained in:
parent
0c58ce9088
commit
021c5b7af3
6 changed files with 55 additions and 44 deletions
|
@ -63,7 +63,7 @@ public:
|
|||
/// \param decoder is the given stream decoder
|
||||
virtual void decode(Decoder &decoder)=0;
|
||||
|
||||
static bool extractPrimitives(Datatype *dt,int4 max,Datatype *filler,vector<Datatype *> &res);
|
||||
static bool extractPrimitives(Datatype *dt,int4 max,vector<Datatype *> &res);
|
||||
static DatatypeFilter *decodeFilter(Decoder &decoder); ///< Instantiate a filter from the given stream
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue