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::Compiler::Context::KeyValuePair Struct Reference

#include <qv4compilercontext_p.h>

+ Collaboration diagram for QV4::Compiler::Context::KeyValuePair:

Public Member Functions

 KeyValuePair ()
 
 KeyValuePair (quint32 key, quint32 value)
 
quint32 key () const
 
quint32 value () const
 

Public Attributes

quint32 _key = 0
 
quint32 _value = 0
 

Detailed Description

Definition at line 238 of file qv4compilercontext_p.h.

Constructor & Destructor Documentation

◆ KeyValuePair() [1/2]

QV4::Compiler::Context::KeyValuePair::KeyValuePair ( )
inline

Definition at line 243 of file qv4compilercontext_p.h.

◆ KeyValuePair() [2/2]

QV4::Compiler::Context::KeyValuePair::KeyValuePair ( quint32 key,
quint32 value )
inline

Definition at line 244 of file qv4compilercontext_p.h.

Member Function Documentation

◆ key()

quint32 QV4::Compiler::Context::KeyValuePair::key ( ) const
inline

Definition at line 246 of file qv4compilercontext_p.h.

References _key.

◆ value()

quint32 QV4::Compiler::Context::KeyValuePair::value ( ) const
inline

Definition at line 247 of file qv4compilercontext_p.h.

References _value.

Member Data Documentation

◆ _key

quint32 QV4::Compiler::Context::KeyValuePair::_key = 0

Definition at line 240 of file qv4compilercontext_p.h.

Referenced by key().

◆ _value

quint32 QV4::Compiler::Context::KeyValuePair::_value = 0

Definition at line 241 of file qv4compilercontext_p.h.

Referenced by value().


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