decompiler  1.0.0
Public Attributes | List of all members
PrototypePieces Struct Reference

Raw components of a function prototype (obtained from parsing source code) More...

#include <fspec.hh>

Public Attributes

ProtoModelmodel
 (Optional) model on which prototype is based
 
string name
 Identifier (function name) associated with prototype.
 
Datatypeouttype
 Return data-type.
 
vector< Datatype * > intypes
 Input data-types.
 
vector< string > innames
 Identifiers for input types.
 
bool dotdotdot
 True if prototype takes variable arguments.
 

Detailed Description

Raw components of a function prototype (obtained from parsing source code)


The documentation for this struct was generated from the following file: