Template Class CachingInletWrapper¶
Defined in File CachingInletWrapper.hpp
Class Documentation¶
-
template<typename
Inlet>
classuit::internal::CachingInletWrapper¶ Public Functions
-
CachingInletWrapper(CachingInletWrapper &other) = default¶ Copy constructor.
-
CachingInletWrapper(const CachingInletWrapper &other) = default¶ Copy constructor.
-
CachingInletWrapper(CachingInletWrapper &&other) = default¶ Move constructor.
-
void
Put(const value_type &val)¶
-
bool
TryPut(const value_type &val)¶
-
bool
TryFlush()¶
-
void
Flush()¶
-
size_t
GetSuccessfulPutCount() const¶
-
size_t
GetBlockedPutCount() const¶
-
size_t
GetDroppedPutCount() const¶
-
auto
GetDuctUID() const¶
-
emp::optional<bool>
HoldsIntraImpl() const¶
-
emp::optional<bool>
HoldsThreadImpl() const¶
-
emp::optional<bool>
HoldsProcImpl() const¶
-