Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <enumerable_thread_specific.h>
Public Types | |
typedef conval_type::size_type | size_type |
Basic types. More... | |
typedef conval_type::difference_type | difference_type |
typedef conval_type::allocator_type | allocator_type |
typedef conval_type::value_type | value_type |
typedef conval_type::reference | reference |
typedef conval_type::const_reference | const_reference |
typedef conval_type::pointer | pointer |
typedef conval_type::const_pointer | const_pointer |
typedef internal::segmented_iterator< Container, value_type > | iterator |
typedef internal::segmented_iterator< Container, const value_type > | const_iterator |
Public Member Functions | |
flattened2d (const Container &c, typename Container::const_iterator b, typename Container::const_iterator e) | |
flattened2d (const Container &c) | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
size_type | size () const |
Private Types | |
typedef Container::value_type | conval_type |
Private Attributes | |
Container * | my_container |
Container::const_iterator | my_begin |
Container::const_iterator | my_end |
Definition at line 1064 of file enumerable_thread_specific.h.
typedef conval_type::allocator_type tbb::interface6::flattened2d< Container >::allocator_type |
Definition at line 1074 of file enumerable_thread_specific.h.
typedef internal::segmented_iterator<Container, const value_type> tbb::interface6::flattened2d< Container >::const_iterator |
Definition at line 1082 of file enumerable_thread_specific.h.
typedef conval_type::const_pointer tbb::interface6::flattened2d< Container >::const_pointer |
Definition at line 1079 of file enumerable_thread_specific.h.
typedef conval_type::const_reference tbb::interface6::flattened2d< Container >::const_reference |
Definition at line 1077 of file enumerable_thread_specific.h.
|
private |
Definition at line 1067 of file enumerable_thread_specific.h.
typedef conval_type::difference_type tbb::interface6::flattened2d< Container >::difference_type |
Definition at line 1073 of file enumerable_thread_specific.h.
typedef internal::segmented_iterator<Container, value_type> tbb::interface6::flattened2d< Container >::iterator |
Definition at line 1081 of file enumerable_thread_specific.h.
typedef conval_type::pointer tbb::interface6::flattened2d< Container >::pointer |
Definition at line 1078 of file enumerable_thread_specific.h.
typedef conval_type::reference tbb::interface6::flattened2d< Container >::reference |
Definition at line 1076 of file enumerable_thread_specific.h.
typedef conval_type::size_type tbb::interface6::flattened2d< Container >::size_type |
Basic types.
Definition at line 1072 of file enumerable_thread_specific.h.
typedef conval_type::value_type tbb::interface6::flattened2d< Container >::value_type |
Definition at line 1075 of file enumerable_thread_specific.h.
|
inline |
Definition at line 1084 of file enumerable_thread_specific.h.
|
inlineexplicit |
Definition at line 1087 of file enumerable_thread_specific.h.
|
inline |
Definition at line 1090 of file enumerable_thread_specific.h.
|
inline |
Definition at line 1092 of file enumerable_thread_specific.h.
|
inline |
Definition at line 1091 of file enumerable_thread_specific.h.
|
inline |
Definition at line 1093 of file enumerable_thread_specific.h.
|
inline |
Definition at line 1095 of file enumerable_thread_specific.h.
|
private |
Definition at line 1106 of file enumerable_thread_specific.h.
|
private |
Definition at line 1105 of file enumerable_thread_specific.h.
|
private |
Definition at line 1107 of file enumerable_thread_specific.h.