Template Class SconceDuct¶
Defined in File a::SconceDuct.hpp
Class Documentation¶
-
template<typename
ImplSpec>
classuit::a::SconceDuct¶ TODO
- Template Parameters
ImplSpec: class with static and typedef members specifying implementation details for the conduit framework.
Public Functions
-
bool
TryPut(const T &val)¶ TODO.
- Parameters
val: TODO.
-
template<typename
P>
boolTryPut(T &&val)¶ TODO.
- Parameters
val: TODO.
-
bool
TryFlush() const¶ TODO.
-
size_t
TryConsumeGets(const size_t requested)¶ TODO.
- Parameters
requested: TODO.
-
const T &
Get() const¶ TODO.
- Return
TODO.
-
T &
Get()¶ TODO.
- Return
TODO.
-
std::string
ToString() const¶ TODO.
- Return
TODO.