![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stdint.h>
#include <functional>
#include <memory>
#include <type_traits>
#include <utility>
#include "core/fxcrt/check.h"
#include "core/fxcrt/compiler_specific.h"
Go to the source code of this file.
Classes | |
struct | fxcrt::ReleaseDeleter< T > |
class | fxcrt::RetainPtr< T > |
class | fxcrt::Retainable |
struct | ReleaseDeleter< T > |
class | Retainable |
class | RetainPtr< T > |
Namespaces | |
namespace | fxcrt |
namespace | pdfium |
Macros | |
#define | CONSTRUCT_VIA_MAKE_RETAIN |
Functions | |
template<typename T, typename... Args> | |
RetainPtr< T > | pdfium::MakeRetain (Args &&... args) |
template<typename T> | |
RetainPtr< T > | pdfium::WrapRetain (T *that) |
#define CONSTRUCT_VIA_MAKE_RETAIN |
Definition at line 222 of file retain_ptr.h.