Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <concurrent_vector.h>
Public Member Functions | |
element_construction_guard (pointer an_element) | |
void | dismiss () |
~element_construction_guard () | |
![]() | |
no_copy () | |
Allow default construction. More... | |
Public Attributes | |
pointer | element |
Definition at line 1128 of file concurrent_vector.h.
|
inline |
Definition at line 1131 of file concurrent_vector.h.
|
inline |
Definition at line 1133 of file concurrent_vector.h.
References tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard::element, and tbb::internal::handle_unconstructed_elements().
|
inline |
Definition at line 1132 of file concurrent_vector.h.
References tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard::element.
Referenced by tbb::concurrent_vector< T, A >::push_back_helper::return_iterator_and_dismiss().
pointer tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard::element |
Definition at line 1129 of file concurrent_vector.h.
Referenced by tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard::dismiss(), tbb::concurrent_vector< T, A >::push_back_helper::internal_push_back_result(), tbb::concurrent_vector< T, A >::push_back_helper::return_iterator_and_dismiss(), and tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard::~element_construction_guard().