|
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 () |
Public Member Functions inherited from tbb::internal::no_copy | |
| no_copy () | |
| Allow default construction. More... | |
Public Attributes | |
| concurrent_vector & | v |
| size_type | k |
| element_construction_guard | g |
Definition at line 1127 of file concurrent_vector.h.
|
inline |
Definition at line 1144 of file concurrent_vector.h.
|
inline |
Definition at line 1149 of file concurrent_vector.h.
References tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard::element.
|
inline |
Definition at line 1150 of file concurrent_vector.h.
References tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard::dismiss(), and tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard::element.
| element_construction_guard tbb::concurrent_vector< T, A >::push_back_helper::g |
Definition at line 1142 of file concurrent_vector.h.
| size_type tbb::concurrent_vector< T, A >::push_back_helper::k |
Definition at line 1141 of file concurrent_vector.h.
| concurrent_vector& tbb::concurrent_vector< T, A >::push_back_helper::v |
Definition at line 1140 of file concurrent_vector.h.