Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Exception-aware helper class for filling a segment by exception-danger operators of user class. More...
Public Member Functions | |
internal_loop_guide (size_type ntrials, void *ptr) | |
void | init () |
void | init (const void *src) |
void | copy (const void *src) |
void | assign (const void *src) |
void | move_assign (const void *src) |
void | move_construct (const void *src) |
template<class I > | |
void | iterate (I &src) |
~internal_loop_guide () | |
Static Public Member Functions | |
static const T * | as_const_pointer (const void *ptr) |
static T * | as_pointer (const void *src) |
Public Attributes | |
const pointer | array |
const size_type | n |
size_type | i |
Additional Inherited Members | |
![]() | |
no_copy () | |
Allow default construction. More... | |
Exception-aware helper class for filling a segment by exception-danger operators of user class.
Definition at line 1095 of file concurrent_vector.h.
|
inline |
Definition at line 1104 of file concurrent_vector.h.
|
inline |
Definition at line 1120 of file concurrent_vector.h.
References tbb::internal::handle_unconstructed_elements().
|
inlinestatic |
Definition at line 1101 of file concurrent_vector.h.
|
inlinestatic |
Definition at line 1102 of file concurrent_vector.h.
|
inline |
Definition at line 1109 of file concurrent_vector.h.
|
inline |
Definition at line 1108 of file concurrent_vector.h.
|
inline |
Definition at line 1106 of file concurrent_vector.h.
|
inline |
Definition at line 1107 of file concurrent_vector.h.
|
inline |
Definition at line 1119 of file concurrent_vector.h.
|
inline |
Definition at line 1111 of file concurrent_vector.h.
References tbb::move().
|
inline |
Definition at line 1112 of file concurrent_vector.h.
References tbb::move().
const pointer tbb::concurrent_vector< T, A >::internal_loop_guide::array |
Definition at line 1097 of file concurrent_vector.h.
size_type tbb::concurrent_vector< T, A >::internal_loop_guide::i |
Definition at line 1099 of file concurrent_vector.h.
const size_type tbb::concurrent_vector< T, A >::internal_loop_guide::n |
Definition at line 1098 of file concurrent_vector.h.