|
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 1101 of file enumerable_thread_specific.h.
| typedef conval_type::allocator_type tbb::interface6::flattened2d< Container >::allocator_type |
Definition at line 1111 of file enumerable_thread_specific.h.
| typedef internal::segmented_iterator<Container, const value_type> tbb::interface6::flattened2d< Container >::const_iterator |
Definition at line 1119 of file enumerable_thread_specific.h.
| typedef conval_type::const_pointer tbb::interface6::flattened2d< Container >::const_pointer |
Definition at line 1116 of file enumerable_thread_specific.h.
| typedef conval_type::const_reference tbb::interface6::flattened2d< Container >::const_reference |
Definition at line 1114 of file enumerable_thread_specific.h.
|
private |
Definition at line 1104 of file enumerable_thread_specific.h.
| typedef conval_type::difference_type tbb::interface6::flattened2d< Container >::difference_type |
Definition at line 1110 of file enumerable_thread_specific.h.
| typedef internal::segmented_iterator<Container, value_type> tbb::interface6::flattened2d< Container >::iterator |
Definition at line 1118 of file enumerable_thread_specific.h.
| typedef conval_type::pointer tbb::interface6::flattened2d< Container >::pointer |
Definition at line 1115 of file enumerable_thread_specific.h.
| typedef conval_type::reference tbb::interface6::flattened2d< Container >::reference |
Definition at line 1113 of file enumerable_thread_specific.h.
| typedef conval_type::size_type tbb::interface6::flattened2d< Container >::size_type |
Basic types.
Definition at line 1109 of file enumerable_thread_specific.h.
| typedef conval_type::value_type tbb::interface6::flattened2d< Container >::value_type |
Definition at line 1112 of file enumerable_thread_specific.h.
|
inline |
Definition at line 1121 of file enumerable_thread_specific.h.
|
inlineexplicit |
Definition at line 1124 of file enumerable_thread_specific.h.
|
inline |
Definition at line 1127 of file enumerable_thread_specific.h.
|
inline |
Definition at line 1129 of file enumerable_thread_specific.h.
|
inline |
Definition at line 1128 of file enumerable_thread_specific.h.
|
inline |
Definition at line 1130 of file enumerable_thread_specific.h.
|
inline |
Definition at line 1132 of file enumerable_thread_specific.h.
|
private |
Definition at line 1143 of file enumerable_thread_specific.h.
|
private |
Definition at line 1142 of file enumerable_thread_specific.h.
|
private |
Definition at line 1144 of file enumerable_thread_specific.h.