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
retain_ptr.h File Reference

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#include <stdint.h>
#include <functional>
#include <memory>
#include <type_traits>
#include <utility>
#include "core/fxcrt/check.h"
#include "core/fxcrt/compiler_specific.h"
Include dependency graph for retain_ptr.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)

Macro Definition Documentation

◆ CONSTRUCT_VIA_MAKE_RETAIN

#define CONSTRUCT_VIA_MAKE_RETAIN
Value:
template <typename T, typename... Args> \
RetainPtr< T > MakeRetain(Args &&... args)
Definition retain_ptr.h:207
QJSValueList args

Definition at line 222 of file retain_ptr.h.