7 #ifndef RETDEC_CTYPES_CALL_CONVENTION_H
8 #define RETDEC_CTYPES_CALL_CONVENTION_H
24 operator std::string()
const;
A representation of a C call convention.
Definition: call_convention.h:19
std::string callConvention
Definition: call_convention.h:29
bool operator==(const CallConvention &other) const
Definition: call_convention.cpp:23
bool operator!=(const CallConvention &other) const
Definition: call_convention.cpp:28
Definition: archive_wrapper.h:19