Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QV4::Runtime::Method< t, c, p, out > Struct Template Reference

#include <qv4runtimeapi_p.h>

+ Inheritance diagram for QV4::Runtime::Method< t, c, p, out >:
+ Collaboration diagram for QV4::Runtime::Method< t, c, p, out >:

Static Public Attributes

static constexpr bool throws = t == Throws::Yes
 
static constexpr bool changesContext = c == ChangesContext::Yes
 
static constexpr bool pure = p == Pure::Yes
 
static constexpr bool lastArgumentIsOutputValue = out == LastArgumentIsOutputValue::Yes
 

Detailed Description

template<Throws t, ChangesContext c = ChangesContext::No, Pure p = Pure::No, LastArgumentIsOutputValue out = LastArgumentIsOutputValue::No>
struct QV4::Runtime::Method< t, c, p, out >

Definition at line 38 of file qv4runtimeapi_p.h.

Member Data Documentation

◆ changesContext

template<Throws t, ChangesContext c = ChangesContext::No, Pure p = Pure::No, LastArgumentIsOutputValue out = LastArgumentIsOutputValue::No>
constexpr bool QV4::Runtime::Method< t, c, p, out >::changesContext = c == ChangesContext::Yes
staticconstexpr

Definition at line 41 of file qv4runtimeapi_p.h.

◆ lastArgumentIsOutputValue

template<Throws t, ChangesContext c = ChangesContext::No, Pure p = Pure::No, LastArgumentIsOutputValue out = LastArgumentIsOutputValue::No>
constexpr bool QV4::Runtime::Method< t, c, p, out >::lastArgumentIsOutputValue = out == LastArgumentIsOutputValue::Yes
staticconstexpr

Definition at line 43 of file qv4runtimeapi_p.h.

◆ pure

template<Throws t, ChangesContext c = ChangesContext::No, Pure p = Pure::No, LastArgumentIsOutputValue out = LastArgumentIsOutputValue::No>
constexpr bool QV4::Runtime::Method< t, c, p, out >::pure = p == Pure::Yes
staticconstexpr

Definition at line 42 of file qv4runtimeapi_p.h.

◆ throws

template<Throws t, ChangesContext c = ChangesContext::No, Pure p = Pure::No, LastArgumentIsOutputValue out = LastArgumentIsOutputValue::No>
constexpr bool QV4::Runtime::Method< t, c, p, out >::throws = t == Throws::Yes
staticconstexpr

Definition at line 40 of file qv4runtimeapi_p.h.


The documentation for this struct was generated from the following file: