Function Karana::Core::allReady#
Defined in File Base.h
Function Documentation#
-
bool Karana::Core::allReady(BaseContainer *bc = nullptr)#
Checks is the params for all the Base objects in the provided BaseContainer are ready.
- Parameters:
bc – Pointer to the base container to check. If nullptr is provided (the default), then the BaseContainer::singleton will be used.
- Returns:
true if the all the Bases are ready, false otherwise.