![]() |
ATLAS Offline Software
|
#include <NestedContainer.h>
Static Public Member Functions | |
static const T & | get (const Daughter &d, const ExpandedIdentifier &id) |
get value for given id More... | |
static const T & | get (const Daughter &d, const ExpandedIdentifier &id, size_t &resolvelevel) |
resolve the nesting level for a given id More... | |
static const T & | get (const Daughter &d) |
get default for daughter container More... | |
static void | set (Daughter &d, const ExpandedIdentifier &id, const T &t) |
set value for given id More... | |
static bool | empty (Daughter &d) |
empty daughter container More... | |
static void | clear (Daughter &d, const ExpandedIdentifier &id) |
clear container for given id More... | |
static void | clear (Daughter &d) |
clear container More... | |
static void | print (const Daughter &d) |
print daugther info More... | |
static void | getall (const Daughter &d, std::vector< std::pair< ExpandedIdentifier, const T * > > &entries) |
copy all object pointers into a vector of (id,pointer) pairs More... | |
static Daughter | initialvalue () |
make a default daugther More... | |
static void | copy (Daughter &out, const Daughter &in) |
copy daugthers More... | |
static size_t | footprint (const Daughter &d) |
return allocated memory More... | |
static void | crunch (Daughter &d) |
compress daugther size More... | |
static bool | isequal (const Daughter &lhs, const Daughter &rhs) |
equality operator More... | |
static size_t | numObjects (const Daughter &d) |
total number of atomic objects in daugther More... | |
Definition at line 79 of file NestedContainer.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
copy all object pointers into a vector of (id,pointer) pairs
Definition at line 98 of file NestedContainer.h.
|
inlinestatic |
make a default daugther
Definition at line 101 of file NestedContainer.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |