Function Karana::Core::allFinalized

Function Karana::Core::allFinalized#

Function Documentation#

bool Karana::Core::allFinalized(BaseContainer *bc = nullptr)#

Checks is the params for all the Base objects in the provided BaseContainer have been finalized.

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 have been finalized, false otherwise.