|
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...
|
|
template<class Daughter, class T, class Trait>
struct TRTCond::NestedContainerDaughterAccessor< Daughter, T, Trait >
Definition at line 79 of file NestedContainer.h.