More...
#include <fastjet/internal/SearchTree.hh>
|
| | const_circulator (const Node *node) |
| | const_circulator (const circulator &circ) |
| const T * | operator-> () |
| const T & | operator* () const |
| const_circulator & | operator++ () |
| | prefix increment (structure copied from stl_bvector.h)
|
| const_circulator | operator++ (int) |
| | postfix increment ["int" argument tells compiler it's postfix] (structure copied from stl_bvector.h)
|
| const_circulator & | operator-- () |
| | prefix decrement (structure copied from stl_bvector.h)
|
| const_circulator | operator-- (int) |
| | postfix decrement ["int" argument tells compiler it's postfix] (structure copied from stl_bvector.h)
|
| const_circulator | next () const |
| | return a circulator referring to the next node
|
| const_circulator | previous () const |
| | return a circulator referring to the previous node
|
| bool | operator!= (const const_circulator &other) const |
| bool | operator== (const const_circulator &other) const |
template<class T>
class fastjet::SearchTree< T >::const_circulator
Definition at line 257 of file SearchTree.hh.
◆ const_circulator() [1/3]
◆ const_circulator() [2/3]
◆ const_circulator() [3/3]
◆ operator->()
◆ operator*()
◆ operator++() [1/2]
prefix increment (structure copied from stl_bvector.h)
Definition at line 269 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 275 of file SearchTree.hh.
◆ operator--() [1/2]
prefix decrement (structure copied from stl_bvector.h)
Definition at line 282 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 288 of file SearchTree.hh.
◆ next()
return a circulator referring to the next node
Definition at line 294 of file SearchTree.hh.
◆ previous()
return a circulator referring to the previous node
Definition at line 298 of file SearchTree.hh.
◆ operator!=()
template<class T>
| bool fastjet::SearchTree< T >::const_circulator::operator!= |
( |
const const_circulator & | other | ) |
const |
|
inline |
◆ operator==()
template<class T>
| bool fastjet::SearchTree< T >::const_circulator::operator== |
( |
const const_circulator & | other | ) |
const |
|
inline |
The documentation for this class was generated from the following file: