src/vt/runtime/component/base.h file

Namespaces

namespace vt
namespace vt::runtime
namespace vt::runtime::component

Classes

struct vt::runtime::component::BaseComponent
The abstract BaseComponent for VT runtime component pack.
template<typename... Deps>
struct vt::runtime::component::BaseComponent::StartupDepsPack
Set of component types that given component is dependent on to start up (be constructed)
template<typename... Deps>
struct vt::runtime::component::BaseComponent::RuntimeDepsPack
Set of component types that given component is dependent on to run, automatically includes the StartupDepsPck.