retdec
Public Member Functions | Private Attributes | List of all members
retdec::ctypes::CallConvention Class Reference

A representation of a C call convention. More...

#include <call_convention.h>

Collaboration diagram for retdec::ctypes::CallConvention:
Collaboration graph
[legend]

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
 

Detailed Description

A representation of a C call convention.

Constructor & Destructor Documentation

◆ CallConvention() [1/2]

retdec::ctypes::CallConvention::CallConvention ( )
default

◆ CallConvention() [2/2]

retdec::ctypes::CallConvention::CallConvention ( const std::string &  callConvention)

Constructs a new call convention.

Member Function Documentation

◆ operator std::string()

retdec::ctypes::CallConvention::operator std::string ( ) const

◆ operator!=()

bool retdec::ctypes::CallConvention::operator!= ( const CallConvention other) const

◆ operator==()

bool retdec::ctypes::CallConvention::operator== ( const CallConvention other) const

Member Data Documentation

◆ callConvention

std::string retdec::ctypes::CallConvention::callConvention
private

The documentation for this class was generated from the following files: