More...
#include <fastjet/internal/SearchTree.hh>
|
| | circulator (Node *node) |
| const T * | operator-> () const |
| T * | operator-> () |
| const T & | operator* () const |
| T & | operator* () |
| circulator & | operator++ () |
| | prefix increment (structure copied from stl_bvector.h)
|
| circulator | operator++ (int) |
| | postfix increment ["int" argument tells compiler it's postfix] (structure copied from stl_bvector.h)
|
| circulator & | operator-- () |
| | prefix decrement (structure copied from stl_bvector.h)
|
| circulator | operator-- (int) |
| | postfix decrement ["int" argument tells compiler it's postfix] (structure copied from stl_bvector.h)
|
| circulator | next () const |
| | return a circulator referring to the next node
|
| circulator | previous () const |
| | return a circulator referring to the previous node
|
| bool | operator!= (const circulator &other) const |
| bool | operator== (const circulator &other) const |
template<class T>
class fastjet::SearchTree< T >::circulator
Definition at line 189 of file SearchTree.hh.
◆ circulator() [1/2]
◆ circulator() [2/2]
◆ operator->() [1/2]
◆ operator->() [2/2]
◆ operator*() [1/2]
◆ operator*() [2/2]
◆ operator++() [1/2]
prefix increment (structure copied from stl_bvector.h)
Definition at line 212 of file SearchTree.hh.
◆ operator++() [2/2]
postfix increment ["int" argument tells compiler it's postfix] (structure copied from stl_bvector.h)
Definition at line 218 of file SearchTree.hh.
◆ operator--() [1/2]
prefix decrement (structure copied from stl_bvector.h)
Definition at line 224 of file SearchTree.hh.
◆ operator--() [2/2]
postfix decrement ["int" argument tells compiler it's postfix] (structure copied from stl_bvector.h)
Definition at line 230 of file SearchTree.hh.
◆ next()
return a circulator referring to the next node
Definition at line 236 of file SearchTree.hh.
◆ previous()
return a circulator referring to the previous node
Definition at line 240 of file SearchTree.hh.
◆ operator!=()
◆ operator==()
◆ SearchTree< T >::const_circulator
◆ SearchTree< T >
The documentation for this class was generated from the following file: