Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Classes | |
struct | element_construction_guard |
Public Member Functions | |
push_back_helper (concurrent_vector &vector) | |
pointer | internal_push_back_result () |
iterator | return_iterator_and_dismiss () |
![]() | |
no_copy (const no_copy &)=delete | |
no_copy ()=default | |
Public Attributes | |
concurrent_vector & | v |
size_type | k |
element_construction_guard | g |
Definition at line 1138 of file concurrent_vector.h.
|
inline |
Definition at line 1155 of file concurrent_vector.h.
|
inline |
Definition at line 1160 of file concurrent_vector.h.
References tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard::element, and tbb::concurrent_vector< T, A >::push_back_helper::g.
|
inline |
Definition at line 1161 of file concurrent_vector.h.
References tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard::dismiss(), tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard::element, tbb::concurrent_vector< T, A >::push_back_helper::g, tbb::concurrent_vector< T, A >::push_back_helper::k, and tbb::concurrent_vector< T, A >::push_back_helper::v.
element_construction_guard tbb::concurrent_vector< T, A >::push_back_helper::g |
Definition at line 1153 of file concurrent_vector.h.
Referenced by tbb::concurrent_vector< T, A >::push_back_helper::internal_push_back_result(), and tbb::concurrent_vector< T, A >::push_back_helper::return_iterator_and_dismiss().
size_type tbb::concurrent_vector< T, A >::push_back_helper::k |
Definition at line 1152 of file concurrent_vector.h.
Referenced by tbb::concurrent_vector< T, A >::push_back_helper::return_iterator_and_dismiss().
concurrent_vector& tbb::concurrent_vector< T, A >::push_back_helper::v |
Definition at line 1151 of file concurrent_vector.h.
Referenced by tbb::concurrent_vector< T, A >::push_back_helper::return_iterator_and_dismiss().