Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
This is the complete list of members for hgps::Channel< T >, including all inherited members.
Channel(size_type capacity=0) | hgps::Channel< T > | inlineexplicit |
Channel(const Channel &)=delete | hgps::Channel< T > | |
Channel(Channel &&)=delete | hgps::Channel< T > | |
close() noexcept | hgps::Channel< T > | inline |
closed() const noexcept | hgps::Channel< T > | inline |
empty() const noexcept | hgps::Channel< T > | inline |
operator=(const Channel &)=delete | hgps::Channel< T > | |
operator=(Channel &&)=delete | hgps::Channel< T > | |
send(const value_type &message) | hgps::Channel< T > | inline |
send(value_type &&message) | hgps::Channel< T > | inline |
size() const noexcept | hgps::Channel< T > | inline |
size_type typedef | hgps::Channel< T > | |
try_receive(int timeout_millis=0) | hgps::Channel< T > | inline |
value_type typedef | hgps::Channel< T > | |
~Channel()=default | hgps::Channel< T > | virtual |