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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#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"
+ 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
 

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:209
QJSValueList args

Definition at line 224 of file retain_ptr.h.