decompiler
1.0.0
|
Raw components of a function prototype (obtained from parsing source code) More...
#include <fspec.hh>
Public Attributes | |
ProtoModel * | model |
(Optional) model on which prototype is based | |
string | name |
Identifier (function name) associated with prototype. | |
Datatype * | outtype |
Return data-type. | |
vector< Datatype * > | intypes |
Input data-types. | |
vector< string > | innames |
Identifiers for input types. | |
bool | dotdotdot |
True if prototype takes variable arguments. | |
Raw components of a function prototype (obtained from parsing source code)