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
CPDF_NumberTree::KeyValue Struct Reference

#include <cpdf_numbertree.h>

Collaboration diagram for CPDF_NumberTree::KeyValue:

Public Member Functions

 KeyValue (int key, RetainPtr< const CPDF_Object > value)
 KeyValue (const KeyValue &)=delete
KeyValueoperator= (const KeyValue &)=delete
 KeyValue (KeyValue &&) noexcept
KeyValueoperator= (KeyValue &&) noexcept
 ~KeyValue ()

Public Attributes

int key
RetainPtr< const CPDF_Objectvalue

Detailed Description

Definition at line 21 of file cpdf_numbertree.h.

Constructor & Destructor Documentation

◆ KeyValue() [1/3]

CPDF_NumberTree::KeyValue::KeyValue ( int key,
RetainPtr< const CPDF_Object > value )

Definition at line 122 of file cpdf_numbertree.cpp.

References KeyValue(), and key.

Referenced by KeyValue().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ KeyValue() [2/3]

CPDF_NumberTree::KeyValue::KeyValue ( const KeyValue & )
delete

◆ KeyValue() [3/3]

CPDF_NumberTree::KeyValue::KeyValue ( KeyValue && )
defaultnoexcept

◆ ~KeyValue()

CPDF_NumberTree::KeyValue::~KeyValue ( )
default

Member Function Documentation

◆ operator=() [1/2]

KeyValue & CPDF_NumberTree::KeyValue::operator= ( const KeyValue & )
delete

◆ operator=() [2/2]

CPDF_NumberTree::KeyValue & CPDF_NumberTree::KeyValue::operator= ( KeyValue && )
defaultnoexcept

Member Data Documentation

◆ key

int CPDF_NumberTree::KeyValue::key

Definition at line 29 of file cpdf_numbertree.h.

Referenced by KeyValue().

◆ value

RetainPtr<const CPDF_Object> CPDF_NumberTree::KeyValue::value

Definition at line 30 of file cpdf_numbertree.h.


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