Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <concurrent_vector.h>
Public Member Functions | |
template<typename T > | |
T * | pointer () const |
Private Member Functions | |
segment_value_t (void *an_array) | |
Private Attributes | |
void * | array |
Friends | |
class | segment_t |
bool | operator== (segment_value_t const &lhs, segment_not_used) |
bool | operator== (segment_value_t const &lhs, segment_allocated) |
bool | operator== (segment_value_t const &lhs, segment_allocation_failed) |
template<typename argument_type > | |
bool | operator!= (segment_value_t const &lhs, argument_type arg) |
Definition at line 104 of file concurrent_vector.h.
|
inlineexplicitprivate |
Definition at line 109 of file concurrent_vector.h.
|
inline |
Definition at line 118 of file concurrent_vector.h.
References array.
Referenced by tbb::internal::concurrent_vector_base_v3::helper::cleanup(), tbb::internal::concurrent_vector_base_v3::helper::enable_segment(), tbb::concurrent_vector< T, A >::internal_free_segments(), tbb::concurrent_vector< T, A >::internal_subscript(), and tbb::concurrent_vector< T, A >::internal_subscript_with_exceptions().
|
friend |
Definition at line 115 of file concurrent_vector.h.
|
friend |
Definition at line 112 of file concurrent_vector.h.
|
friend |
Definition at line 113 of file concurrent_vector.h.
|
friend |
Definition at line 111 of file concurrent_vector.h.
|
friend |
Definition at line 108 of file concurrent_vector.h.
|
private |
Definition at line 105 of file concurrent_vector.h.
Referenced by pointer().