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::Moth::Instr Union Reference

#include <qv4instr_moth_p.h>

+ Collaboration diagram for QV4::Moth::Instr:

Public Types

enum class  Type
 

Static Public Member Functions

static Type wideInstructionType (Type t)
 
static Type narrowInstructionType (Type t)
 
static bool isWide (Type t)
 
static bool isNarrow (Type t)
 
static int encodedLength (Type t)
 
static Type unpack (const uchar *c)
 
static ucharpack (uchar *c, Type t)
 

Public Attributes

int argumentsAsInts [4]
 

Detailed Description

Definition at line 518 of file qv4instr_moth_p.h.

Member Enumeration Documentation

◆ Type

enum class QV4::Moth::Instr::Type
strong

Definition at line 520 of file qv4instr_moth_p.h.

Member Function Documentation

◆ encodedLength()

static int QV4::Moth::Instr::encodedLength ( Type t)
inlinestatic

Definition at line 528 of file qv4instr_moth_p.h.

◆ isNarrow()

static bool QV4::Moth::Instr::isNarrow ( Type t)
inlinestatic

Definition at line 527 of file qv4instr_moth_p.h.

◆ isWide()

static bool QV4::Moth::Instr::isWide ( Type t)
inlinestatic

Definition at line 526 of file qv4instr_moth_p.h.

◆ narrowInstructionType()

static Type QV4::Moth::Instr::narrowInstructionType ( Type t)
inlinestatic

Definition at line 525 of file qv4instr_moth_p.h.

◆ pack()

static uchar * QV4::Moth::Instr::pack ( uchar * c,
Type t )
inlinestatic

Definition at line 531 of file qv4instr_moth_p.h.

◆ unpack()

static Type QV4::Moth::Instr::unpack ( const uchar * c)
inlinestatic

Definition at line 530 of file qv4instr_moth_p.h.

◆ wideInstructionType()

static Type QV4::Moth::Instr::wideInstructionType ( Type t)
inlinestatic

Definition at line 524 of file qv4instr_moth_p.h.

Member Data Documentation

◆ argumentsAsInts

int QV4::Moth::Instr::argumentsAsInts[4]

Definition at line 545 of file qv4instr_moth_p.h.


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