Template Class AccumulatingPooledBackEnd

Class Documentation

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

TODO

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

Public Types

using inlet_pool_t = uit::InletMemoryAccumulatingPool<PoolSpec_t>
using outlet_pool_t = uit::OutletMemoryPool<PoolSpec_t>

Public Functions

void RegisterInletSlot(const address_t &address)
void RegisterOutletSlot(const address_t &address)
void Initialize()
void InitializeThread(const uitsl::thread_id_t thread_id)
inlet_pool_t &GetInletPool(const address_t &address)
outlet_pool_t &GetOutletPool(const address_t &address)

Public Static Functions

constexpr bool CanStep()