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
WriteSynchronizedRef< T > Class Template Reference

#include <synchronized.h>

+ Collaboration diagram for WriteSynchronizedRef< T >:

Public Member Functions

 WriteSynchronizedRef (std::vector< T > &vector) Q_DECL_NOEXCEPT
 
void emplace_back (T &&value)
 
void emplace_back (const T &value)
 
void emplace_bulk (std::vector< T > &&values)
 

Detailed Description

template<typename T>
class WriteSynchronizedRef< T >

Definition at line 14 of file synchronized.h.

Constructor & Destructor Documentation

◆ WriteSynchronizedRef()

template<typename T >
WriteSynchronizedRef< T >::WriteSynchronizedRef ( std::vector< T > & vector)
inline

Definition at line 19 of file synchronized.h.

Member Function Documentation

◆ emplace_back() [1/2]

template<typename T >
void WriteSynchronizedRef< T >::emplace_back ( const T & value)
inline

Definition at line 29 of file synchronized.h.

◆ emplace_back() [2/2]

template<typename T >
void WriteSynchronizedRef< T >::emplace_back ( T && value)
inline

Definition at line 23 of file synchronized.h.

◆ emplace_bulk()

template<typename T >
void WriteSynchronizedRef< T >::emplace_bulk ( std::vector< T > && values)
inline

Definition at line 35 of file synchronized.h.


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