Namespace containing string representations of CallConv enum values.
More...
#include <signarure.hpp>
|
static constexpr std::string_view | CDecl = "cdecl" |
|
static constexpr std::string_view | StdCall = "stdcall" |
|
static constexpr std::string_view | FastCall = "fastcall" |
|
static constexpr std::string_view | VectorCall = "vectorcall" |
|
static constexpr std::string_view | ThisCall = "thiscall" |
|
static constexpr std::string_view | RegParm1 = "regparm1" |
|
static constexpr std::string_view | RegParm2 = "regparm2" |
|
static constexpr std::string_view | RegParm3 = "regparm3" |
|
static constexpr std::string_view | LightCall2 = "lightcall2" |
|
static constexpr std::string_view | LightCall3 = "lightcall3" |
|
static constexpr std::string_view | LightCall4 = "lightcall4" |
|
static constexpr std::string_view | SoftFloat = "softfloat" |
|
static constexpr std::string_view | HardFloat = "hardfloat" |
|
static constexpr std::string_view | X64SystemV = "x64systemv" |
|
static constexpr std::string_view | X64Windows = "x64windows" |
|
static constexpr std::string_view | MaxValue = "maxvalue" |
|
Namespace containing string representations of CallConv enum values.
Definition at line 73 of file signarure.hpp.
◆ CDecl
constexpr std::string_view plugify::CallName::CDecl = "cdecl" |
|
staticconstexpr |
◆ FastCall
constexpr std::string_view plugify::CallName::FastCall = "fastcall" |
|
staticconstexpr |
◆ HardFloat
constexpr std::string_view plugify::CallName::HardFloat = "hardfloat" |
|
staticconstexpr |
◆ LightCall2
constexpr std::string_view plugify::CallName::LightCall2 = "lightcall2" |
|
staticconstexpr |
◆ LightCall3
constexpr std::string_view plugify::CallName::LightCall3 = "lightcall3" |
|
staticconstexpr |
◆ LightCall4
constexpr std::string_view plugify::CallName::LightCall4 = "lightcall4" |
|
staticconstexpr |
◆ MaxValue
constexpr std::string_view plugify::CallName::MaxValue = "maxvalue" |
|
staticconstexpr |
◆ RegParm1
constexpr std::string_view plugify::CallName::RegParm1 = "regparm1" |
|
staticconstexpr |
◆ RegParm2
constexpr std::string_view plugify::CallName::RegParm2 = "regparm2" |
|
staticconstexpr |
◆ RegParm3
constexpr std::string_view plugify::CallName::RegParm3 = "regparm3" |
|
staticconstexpr |
◆ SoftFloat
constexpr std::string_view plugify::CallName::SoftFloat = "softfloat" |
|
staticconstexpr |
◆ StdCall
constexpr std::string_view plugify::CallName::StdCall = "stdcall" |
|
staticconstexpr |
◆ ThisCall
constexpr std::string_view plugify::CallName::ThisCall = "thiscall" |
|
staticconstexpr |
◆ VectorCall
constexpr std::string_view plugify::CallName::VectorCall = "vectorcall" |
|
staticconstexpr |
◆ X64SystemV
constexpr std::string_view plugify::CallName::X64SystemV = "x64systemv" |
|
staticconstexpr |
◆ X64Windows
constexpr std::string_view plugify::CallName::X64Windows = "x64windows" |
|
staticconstexpr |
The documentation for this struct was generated from the following file: