Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 240 of file qv4compilercontext_p.h.

Constructor & Destructor Documentation

◆ KeyValuePair() [1/2]

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

Definition at line 245 of file qv4compilercontext_p.h.

◆ KeyValuePair() [2/2]

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

Definition at line 246 of file qv4compilercontext_p.h.

Member Function Documentation

◆ key()

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

Definition at line 248 of file qv4compilercontext_p.h.

◆ value()

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

Definition at line 249 of file qv4compilercontext_p.h.

Member Data Documentation

◆ _key

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

Definition at line 242 of file qv4compilercontext_p.h.

◆ _value

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

Definition at line 243 of file qv4compilercontext_p.h.


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