retdec
|
A representation of a C call convention. More...
#include <call_convention.h>
Public Member Functions | |
CallConvention ()=default | |
CallConvention (const std::string &callConvention) | |
Constructs a new call convention. More... | |
operator std::string () const | |
bool | operator== (const CallConvention &other) const |
bool | operator!= (const CallConvention &other) const |
Private Attributes | |
std::string | callConvention |
A representation of a C call convention.
|
default |
retdec::ctypes::CallConvention::CallConvention | ( | const std::string & | callConvention | ) |
Constructs a new call convention.
retdec::ctypes::CallConvention::operator std::string | ( | ) | const |
bool retdec::ctypes::CallConvention::operator!= | ( | const CallConvention & | other | ) | const |
bool retdec::ctypes::CallConvention::operator== | ( | const CallConvention & | other | ) | const |
|
private |