Template Class NopDuct

Class Documentation

template<typename ImplSpec>
class uit::NopDuct

TODO

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

Public Types

using InletImpl = NopDuct<ImplSpec>
using OutletImpl = NopDuct<ImplSpec>
using BackEndImpl = uit::MockBackEnd<ImplSpec>

Public Functions

template<typename ...Args>
NopDuct(Args&&... args)

TODO.

bool TryPut(const T&)

TODO.

Parameters
  • val: TODO.

bool TryFlush() const

TODO.

const T &Get() const

TODO.

Return

TODO.

T &Get()

TODO.

Return

TODO.

size_t TryConsumeGets(size_t)

TODO.

Return

TODO.

std::string ToString() const

TODO.

Public Members

T val = {}

Public Static Functions

std::string GetName()

TODO.

constexpr bool CanStep()