Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
hgps::Channel< T > Member List

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 &)=deletehgps::Channel< T >
Channel(Channel &&)=deletehgps::Channel< T >
close() noexcepthgps::Channel< T >inline
closed() const noexcepthgps::Channel< T >inline
empty() const noexcepthgps::Channel< T >inline
operator=(const Channel &)=deletehgps::Channel< T >
operator=(Channel &&)=deletehgps::Channel< T >
send(const value_type &message)hgps::Channel< T >inline
send(value_type &&message)hgps::Channel< T >inline
size() const noexcepthgps::Channel< T >inline
size_type typedefhgps::Channel< T >
try_receive(int timeout_millis=0)hgps::Channel< T >inline
value_type typedefhgps::Channel< T >
~Channel()=defaulthgps::Channel< T >virtual