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