This is the complete list of members for retdec::ctypes::Function, including all inherited members.
const_parameter_iterator typedef | retdec::ctypes::Function | |
create(const std::shared_ptr< Context > &context, const std::string &name, const std::shared_ptr< Type > &returnType, const Parameters ¶meters, const CallConvention &callConvention=CallConvention(), VarArgness varArgness=VarArgness::IsNotVarArg) | retdec::ctypes::Function | static |
createFunctionType(const std::shared_ptr< Context > &context, const std::shared_ptr< Type > &returnType, const Parameters ¶meters, const CallConvention &callConvention, VarArgness varArgness) | retdec::ctypes::Function | privatestatic |
declaration | retdec::ctypes::Function | private |
Function(const std::string &name, const std::shared_ptr< FunctionType > &functionType, const Parameters ¶meters) | retdec::ctypes::Function | private |
functionType | retdec::ctypes::Function | private |
getCallConvention() const | retdec::ctypes::Function | |
getDeclaration() const | retdec::ctypes::Function | |
getHeaderFile() const | retdec::ctypes::Function | |
getName() const | retdec::ctypes::Function | |
getParameter(Parameters::size_type n) const | retdec::ctypes::Function | |
getParameterCount() const | retdec::ctypes::Function | |
getParameterName(Parameters::size_type n) const | retdec::ctypes::Function | |
getParameterType(Parameters::size_type n) const | retdec::ctypes::Function | |
getReturnType() const | retdec::ctypes::Function | |
getType() const | retdec::ctypes::Function | |
headerFile | retdec::ctypes::Function | private |
isVarArg() const | retdec::ctypes::Function | |
name | retdec::ctypes::Function | private |
parameter_begin() | retdec::ctypes::Function | |
parameter_begin() const | retdec::ctypes::Function | |
parameter_end() | retdec::ctypes::Function | |
parameter_end() const | retdec::ctypes::Function | |
parameter_iterator typedef | retdec::ctypes::Function | |
Parameters typedef | retdec::ctypes::Function | |
parameters | retdec::ctypes::Function | private |
setCallConvention(const CallConvention &callConvention) | retdec::ctypes::Function | |
setDeclaration(const FunctionDeclaration &declaration) | retdec::ctypes::Function | |
setHeaderFile(const HeaderFile &headerFile) | retdec::ctypes::Function | |
VarArgness typedef | retdec::ctypes::Function | |