Template Class AccumulatingPooledInletDuct

Class Documentation

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

TODO

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

Public Types

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

Public Functions

AccumulatingPooledInletDuct(const uit::InterProcAddress &address_, std::shared_ptr<BackEndImpl> back_end_)
bool TryPut(const T &val)

TODO.

Parameters
  • val: TODO.

bool TryFlush()

TODO.

size_t TryConsumeGets(size_t) const
const T &Get() const
T &Get()
std::string ToString() const

Public Static Functions

std::string GetType()