retdec
retdec::ctypes::Function Member List

This is the complete list of members for retdec::ctypes::Function, including all inherited members.

const_parameter_iterator typedefretdec::ctypes::Function
create(const std::shared_ptr< Context > &context, const std::string &name, const std::shared_ptr< Type > &returnType, const Parameters &parameters, const CallConvention &callConvention=CallConvention(), VarArgness varArgness=VarArgness::IsNotVarArg)retdec::ctypes::Functionstatic
createFunctionType(const std::shared_ptr< Context > &context, const std::shared_ptr< Type > &returnType, const Parameters &parameters, const CallConvention &callConvention, VarArgness varArgness)retdec::ctypes::Functionprivatestatic
declarationretdec::ctypes::Functionprivate
Function(const std::string &name, const std::shared_ptr< FunctionType > &functionType, const Parameters &parameters)retdec::ctypes::Functionprivate
functionTyperetdec::ctypes::Functionprivate
getCallConvention() constretdec::ctypes::Function
getDeclaration() constretdec::ctypes::Function
getHeaderFile() constretdec::ctypes::Function
getName() constretdec::ctypes::Function
getParameter(Parameters::size_type n) constretdec::ctypes::Function
getParameterCount() constretdec::ctypes::Function
getParameterName(Parameters::size_type n) constretdec::ctypes::Function
getParameterType(Parameters::size_type n) constretdec::ctypes::Function
getReturnType() constretdec::ctypes::Function
getType() constretdec::ctypes::Function
headerFileretdec::ctypes::Functionprivate
isVarArg() constretdec::ctypes::Function
nameretdec::ctypes::Functionprivate
parameter_begin()retdec::ctypes::Function
parameter_begin() constretdec::ctypes::Function
parameter_end()retdec::ctypes::Function
parameter_end() constretdec::ctypes::Function
parameter_iterator typedefretdec::ctypes::Function
Parameters typedefretdec::ctypes::Function
parametersretdec::ctypes::Functionprivate
setCallConvention(const CallConvention &callConvention)retdec::ctypes::Function
setDeclaration(const FunctionDeclaration &declaration)retdec::ctypes::Function
setHeaderFile(const HeaderFile &headerFile)retdec::ctypes::Function
VarArgness typedefretdec::ctypes::Function