Searched defs:ChannelSwitch (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dchannels.h81 class CRYPTOPP_DLL ChannelSwitch : public Multichannel<Sink>, public ChannelSwitchTypedefs class in inherits:Multichannel,ChannelSwitchTypedefs
84 ChannelSwitch() : m_it(*this), m_blocked(false) {} function in class:ChannelSwitch
85 ChannelSwitch(BufferedTransformation &destination) : m_it(*this), m_blocked(false) function in class:ChannelSwitch
89 ChannelSwitch(BufferedTransformation &destination, const std::string &outChannel) : m_it(*this), m_blocked(false) function in class:ChannelSwitch

Completed in 46 milliseconds