Template Class InletMemoryAggregator¶
Defined in File InletMemoryAggregator.hpp
Class Documentation¶
-
template<typename
AggregatorSpec>
classuit::InletMemoryAggregator¶ Public Functions
-
bool
IsInitialized() const¶
-
size_t
GetSize() const¶
-
void
Register(const address_t &address)¶ Retister a duct for an entry in the pool.
-
bool
TryPut(const value_type &val, const int tag)¶ Get the querying duct’s current value from the underlying duct.
-
bool
TryFlush(const int tag)¶
-
void
Initialize()¶ Call after all members have requested a position in the pool.
-
bool