Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Public Member Functions | |
iterator_impl () | |
Iterator & | operator= (const Iterator &it) |
Iterator & | operator= (const T &val) |
bool | operator== (const Iterator &it) const |
bool | operator!= (const Iterator &it) const |
Iterator & | operator++ () |
Iterator & | operator-- () |
Iterator | operator++ (int) |
Iterator | operator-- (int) |
Protected Member Functions | |
iterator_impl (intrusive_list_node *pos) | |
T & | item () const |
Private Member Functions | |
Iterator & | self () |
Private Attributes | |
intrusive_list_node * | my_pos |
Node the iterator points to at the moment. More... | |
Definition at line 53 of file intrusive_list.h.
|
inlineprotected |
Definition at line 60 of file intrusive_list.h.
|
inline |
Definition at line 69 of file intrusive_list.h.
|
inlineprotected |
Definition at line 64 of file intrusive_list.h.
|
inline |
Definition at line 83 of file intrusive_list.h.
|
inline |
Definition at line 87 of file intrusive_list.h.
|
inline |
Definition at line 97 of file intrusive_list.h.
|
inline |
Definition at line 92 of file intrusive_list.h.
|
inline |
Definition at line 103 of file intrusive_list.h.
|
inline |
Definition at line 71 of file intrusive_list.h.
|
inline |
Definition at line 75 of file intrusive_list.h.
|
inline |
Definition at line 79 of file intrusive_list.h.
|
inlineprivate |
Definition at line 54 of file intrusive_list.h.
|
private |
Node the iterator points to at the moment.
Definition at line 57 of file intrusive_list.h.
Referenced by tbb::internal::intrusive_list_base< List, T >::iterator_impl< const_iterator >::item(), tbb::internal::intrusive_list_base< List, T >::iterator_impl< const_iterator >::operator!=(), tbb::internal::intrusive_list_base< List, T >::iterator_impl< const_iterator >::operator++(), tbb::internal::intrusive_list_base< List, T >::iterator_impl< const_iterator >::operator--(), tbb::internal::intrusive_list_base< List, T >::iterator_impl< const_iterator >::operator=(), and tbb::internal::intrusive_list_base< List, T >::iterator_impl< const_iterator >::operator==().