Template Class NopDuct¶
Defined in File NopDuct.hpp
Class Documentation¶
-
template<typename
ImplSpec>
classuit::NopDuct¶ TODO
- Template Parameters
ImplSpec: class with static and typedef members specifying implementation details for the conduit framework.
Public Types
-
using
BackEndImpl= uit::MockBackEnd<ImplSpec>¶
Public Functions
-
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= {}¶