ATLAS Offline Software
|
#include <NavigationDefaults.h>
Public Types | |
typedef std::pair< ElementLink< CONT >, RPAR > | value_type |
typedef std::vector< value_type > | type |
typedef type::iterator | type_iterator |
typedef type::const_iterator | type_const_iterator |
typedef CONT::base_value_type * | child_ptr |
typedef const CONT::base_value_type * | const_child_ptr |
typedef SG::GenerateIndexingPolicy< CONT >::type::index_type | external_index_type |
Static Public Member Functions | |
static const_child_ptr | getChildPtr (type_const_iterator thisIter) |
static RPAR | getChildPar (type_const_iterator thisIter) |
static const ElementLink< CONT > * | getElementPtr (type_const_iterator thisIter) |
static const CONT & | getContRef (type_const_iterator thisIter) |
static const CONT & | getContRef (const type &cont, const_child_ptr aChild) |
static const CONT * | getContPtr (type_const_iterator thisIter) |
static const CONT * | getContPtr (const type &cont, const_child_ptr aChild) |
static bool | getContIndex (type_const_iterator thisIter, external_index_type &theIndex) |
static bool | getContIndex (const type &cont, const_child_ptr aChild, external_index_type &theIndex) |
static void | insert (type &cont, const CONT *aChildContainer, const_child_ptr aChild, const RPAR &aPar=RPAR(), size_t sizeHint=0) |
static void | insert (type &cont, const CONT *aChildContainer, const external_index_type &anIndex, const RPAR &aPar=RPAR(), size_t sizeHint=0) |
static void | insert (type &cont, const CONT *aChildContainer, const external_index_type &anIndex, IProxyDict *sg, const RPAR &aPar=RPAR(), size_t sizeHint=0) |
static void | insert (type &cont, const ElementLink< CONT > *aLink, const RPAR &aPar=RPAR(), size_t sizeHint=0) |
static void | changeParm (type &cont, const_child_ptr pChild, const RPAR &aPar=RPAR()) |
static void | changeParm (type &cont, const CONT *pContainer, const external_index_type &refIndex, const RPAR &aPar=RPAR()) |
static type_const_iterator | find (const type &cont, const_child_ptr aChild) |
static type_iterator | find (type &cont, const_child_ptr aChild) |
static bool | remove (type &cont, const_child_ptr aChild) |
static bool | remove (type &cont, const ElementLink< CONT > *theElement) |
static bool | replace (type &cont, const CONT &theNewContainer) |
static bool | contains (const type &cont, const_child_ptr aChild) |
Definition at line 68 of file NavigationDefaults.h.
typedef CONT::base_value_type* NavigationDefaults::DefaultChildColl< CONT, RPAR >::child_ptr |
Definition at line 76 of file NavigationDefaults.h.
typedef const CONT::base_value_type* NavigationDefaults::DefaultChildColl< CONT, RPAR >::const_child_ptr |
Definition at line 77 of file NavigationDefaults.h.
typedef SG::GenerateIndexingPolicy<CONT>::type::index_type NavigationDefaults::DefaultChildColl< CONT, RPAR >::external_index_type |
Definition at line 79 of file NavigationDefaults.h.
typedef std::vector< value_type > NavigationDefaults::DefaultChildColl< CONT, RPAR >::type |
Definition at line 73 of file NavigationDefaults.h.
typedef type::const_iterator NavigationDefaults::DefaultChildColl< CONT, RPAR >::type_const_iterator |
Definition at line 75 of file NavigationDefaults.h.
typedef type::iterator NavigationDefaults::DefaultChildColl< CONT, RPAR >::type_iterator |
Definition at line 74 of file NavigationDefaults.h.
typedef std::pair< ElementLink<CONT>, RPAR > NavigationDefaults::DefaultChildColl< CONT, RPAR >::value_type |
Definition at line 72 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 211 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 202 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 316 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 230 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 240 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 91 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 82 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 140 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 130 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 120 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 114 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 108 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 102 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 95 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 168 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 179 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 154 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 191 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 287 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 268 of file NavigationDefaults.h.
|
inlinestatic |
Definition at line 304 of file NavigationDefaults.h.