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

#include <synchronized.h>

+ Collaboration diagram for ReadSynchronizedRef< T >:

Public Member Functions

 ReadSynchronizedRef (const std::vector< T > &v) noexcept
 
size_t size () const
 
bool next (T *value) const
 

Detailed Description

template<typename T>
class ReadSynchronizedRef< T >

Definition at line 51 of file synchronized.h.

Constructor & Destructor Documentation

◆ ReadSynchronizedRef()

template<typename T >
ReadSynchronizedRef< T >::ReadSynchronizedRef ( const std::vector< T > & v)
inlinenoexcept

Definition at line 56 of file synchronized.h.

Member Function Documentation

◆ next()

template<typename T >
bool ReadSynchronizedRef< T >::next ( T * value) const
inline

Definition at line 65 of file synchronized.h.

◆ size()

template<typename T >
size_t ReadSynchronizedRef< T >::size ( ) const
inline

Definition at line 60 of file synchronized.h.


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