ark::pipeline::TimeProviderFactory
Defined in header “ark/pipeline/time_provider_factory.hh”.
This is used internally by the pipeline/context system to give control over how time providers are spawned and sent to various stages.
Methods
-
~TimeProviderFactory()
Virtual destructor, for cleanup. -
TimeProviderPtr make_for_stage(const std::string & stage_name)
Provide a time provider to use for the given stage (referenced by name).