Go to the source code of this file.
|
template<class FunctionT , class ChildT > |
bool | call (FunctionT &&func, ChildT &&child) |
|
template<class ContainerT , class FunctionT > |
bool | forEachChild (ContainerT &container, FunctionT &&func) |
|
template<class ContainerT , class FunctionT > |
bool | forEachChildPair (ContainerT &container, FunctionT &&func) |
|
template<class ContainerT , class FunctionT > |
bool | forEachChildSingle (ContainerT &container, FunctionT &&func) |
|
template<class FunctionT , class ParentT , class ChildT > |
bool | forEachInstanceIn (const MemoryID &id, FunctionT &&func, ParentT &parent, bool single, ChildT *child) |
|