Template Class AggregatedBackEnd

Class Documentation

template<typename ImplSpec, template<typename> typename ProcDuct>
class uit::AggregatedBackEnd

TODO

Template Parameters
  • ImplSpec: class with static and typedef members specifying implementation details for the conduit framework.

Public Types

using inlet_aggregator_t = uit::InletMemoryAggregator<AggregatorSpec_t>
using outlet_aggregator_t = uit::OutletMemoryAggregator<AggregatorSpec_t>

Public Functions

void RegisterInletSlot(const address_t &address)
void RegisterOutletSlot(const address_t &address)
void Initialize()
inlet_aggregator_t &GetInletAggregator(const address_t &address)
outlet_aggregator_t &GetOutletAggregator(const address_t &address)

Public Static Functions

constexpr bool CanStep()