FastJet 3.4.3
|
#include <fastjet/internal/SearchTree.hh>
Public Member Functions | |
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 |
Definition at line 257 of file SearchTree.hh.
|
inline |
Definition at line 260 of file SearchTree.hh.
|
inline |
Definition at line 262 of file SearchTree.hh.
|
inline |
Definition at line 263 of file SearchTree.hh.
|
inline |
Definition at line 265 of file SearchTree.hh.
|
inline |
Definition at line 266 of file SearchTree.hh.
|
inline |
prefix increment (structure copied from stl_bvector.h)
Definition at line 269 of file SearchTree.hh.
|
inline |
postfix increment ["int" argument tells compiler it's postfix] (structure copied from stl_bvector.h)
Definition at line 275 of file SearchTree.hh.
|
inline |
prefix decrement (structure copied from stl_bvector.h)
Definition at line 282 of file SearchTree.hh.
|
inline |
postfix decrement ["int" argument tells compiler it's postfix] (structure copied from stl_bvector.h)
Definition at line 288 of file SearchTree.hh.
|
inline |
return a circulator referring to the next node
Definition at line 294 of file SearchTree.hh.
|
inline |
return a circulator referring to the previous node
Definition at line 298 of file SearchTree.hh.
|
inline |
Definition at line 303 of file SearchTree.hh.
|
inline |
Definition at line 304 of file SearchTree.hh.