FastJet 3.4.3
|
#include <fastjet/internal/SearchTree.hh>
Public Member Functions | |
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 |
Friends | |
class | SearchTree< T > |
Definition at line 189 of file SearchTree.hh.
|
inline |
Definition at line 202 of file SearchTree.hh.
|
inline |
Definition at line 204 of file SearchTree.hh.
|
inline |
Definition at line 206 of file SearchTree.hh.
|
inline |
Definition at line 207 of file SearchTree.hh.
|
inline |
Definition at line 208 of file SearchTree.hh.
|
inline |
Definition at line 209 of file SearchTree.hh.
|
inline |
prefix increment (structure copied from stl_bvector.h)
Definition at line 212 of file SearchTree.hh.
|
inline |
postfix increment ["int" argument tells compiler it's postfix] (structure copied from stl_bvector.h)
Definition at line 218 of file SearchTree.hh.
|
inline |
prefix decrement (structure copied from stl_bvector.h)
Definition at line 224 of file SearchTree.hh.
|
inline |
postfix decrement ["int" argument tells compiler it's postfix] (structure copied from stl_bvector.h)
Definition at line 230 of file SearchTree.hh.
|
inline |
return a circulator referring to the next node
Definition at line 236 of file SearchTree.hh.
|
inline |
return a circulator referring to the previous node
Definition at line 240 of file SearchTree.hh.
|
inline |
Definition at line 243 of file SearchTree.hh.
|
inline |
Definition at line 244 of file SearchTree.hh.
|
friend |
Definition at line 199 of file SearchTree.hh.