Template Class AggregatedOutletDuct

Class Documentation

template<template<typename> typename BackingDuct, typename ImplSpec>
class uit::AggregatedOutletDuct

TODO

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

Public Types

using BackEndImpl = uit::AggregatedBackEnd<ImplSpec, BackingDuct>

Public Functions

AggregatedOutletDuct(const uit::InterProcAddress &address_, std::shared_ptr<BackEndImpl> back_end_)
bool TryPut(const T&) const
bool TryFlush() const
size_t TryConsumeGets(const size_t num_requested)

TODO.

Return

number items consumed.

Parameters
  • num_requested: TODO.

const T &Get() const

TODO.

Return

TODO.

T &Get()

TODO.

Return

TODO.

std::string ToString() const

Public Static Functions

std::string GetName()
constexpr bool CanStep()