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/unowned_ptr.h"
#include "third_party/base/check.h"
#include "third_party/base/compiler_specific.h"
Go to the source code of this file.
Classes | |
struct | fxcrt::ReleaseDeleter< T > |
class | fxcrt::RetainPtr< T > |
class | fxcrt::Retainable |
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 224 of file retain_ptr.h.