![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpdf_numbertree.h>
Public Member Functions | |
| KeyValue (int key, RetainPtr< const CPDF_Object > value) | |
| KeyValue (const KeyValue &)=delete | |
| KeyValue & | operator= (const KeyValue &)=delete |
| KeyValue (KeyValue &&) noexcept | |
| KeyValue & | operator= (KeyValue &&) noexcept |
| ~KeyValue () | |
Public Attributes | |
| int | key |
| RetainPtr< const CPDF_Object > | value |
Definition at line 21 of file cpdf_numbertree.h.
| 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().
|
delete |
|
defaultnoexcept |
|
default |
|
defaultnoexcept |
| int CPDF_NumberTree::KeyValue::key |
Definition at line 29 of file cpdf_numbertree.h.
Referenced by KeyValue().
| RetainPtr<const CPDF_Object> CPDF_NumberTree::KeyValue::value |
Definition at line 30 of file cpdf_numbertree.h.