|
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 () | |
Public Member Functions inherited from tbb::internal::no_copy | |
| no_copy (const no_copy &)=delete | |
| no_copy ()=default | |
Public Attributes | |
| pointer | element |
Definition at line 1139 of file concurrent_vector.h.
|
inline |
Definition at line 1142 of file concurrent_vector.h.
|
inline |
Definition at line 1144 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 1143 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 1140 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().