Template Class EmpAssertDuct¶
Defined in File EmpAssertDuct.hpp
Class Documentation¶
-
template<typename
ImplSpec>
classuit::EmpAssertDuct¶ TODO
- Template Parameters
ImplSpec: class with static and typedef members specifying implementation details for the conduit framework.
Public Types
-
using
InletImpl= EmpAssertDuct<ImplSpec>¶
-
using
OutletImpl= EmpAssertDuct<ImplSpec>¶
-
using
BackEndImpl= uit::MockBackEnd<ImplSpec>¶
Public Functions
-
bool
TryPut(const T&) const¶ TODO.
- Exceptions
TODO.:
-
bool
TryFlush() const¶ TODO.
-
const T &
Get() const¶ TODO.
- Exceptions
TODO.:
-
T &
Get()¶ TODO.
- Exceptions
TODO.:
-
size_t
TryConsumeGets(size_t) const¶ TODO.
- Exceptions
TODO.:
-
std::string
ToString() const¶ TODO.
- Return
TODO.
Public Members
-
T
val= {}¶