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
QNapi::Reference< void > Class Reference

#include <qnapi_p.h>

Inheritance diagram for QNapi::Reference< void >:
Collaboration diagram for QNapi::Reference< void >:

Public Member Functions

 Reference ()=delete
Reference< void > & operator= (Reference< void > &&other)

Static Public Member Functions

template<typename T>
static std::enable_if_t< std::is_base_of< Napi::Value, T >::value, Reference< T > > makePersistentFrom (const T &value)
template<typename T = Value>
static Reference< T > makeEmpty ()

Detailed Description

Definition at line 236 of file qnapi_p.h.

Constructor & Destructor Documentation

◆ Reference()

QNapi::Reference< void >::Reference ( )
delete

Member Function Documentation

◆ makeEmpty()

template<typename T>
Reference< T > QNapi::Reference< void >::makeEmpty ( )
static

Definition at line 1152 of file qnapi_p.h.

◆ makePersistentFrom()

template<typename T>
std::enable_if_t< std::is_base_of< Napi::Value, T >::value, Reference< T > > QNapi::Reference< void >::makePersistentFrom ( const T & value)
static

Definition at line 1146 of file qnapi_p.h.

◆ operator=()

Reference< void > & QNapi::Reference< void >::operator= ( Reference< void > && other)

Definition at line 192 of file qnapi_p.h.


The documentation for this class was generated from the following file: