nds2-client - Developer 0.16.7
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Attributes | List of all members
NDS::detail::cached_channel_to_channel< Container > Class Template Reference

Public Types

typedef detail::nds1_cached_channel value_type
 

Public Member Functions

 cached_channel_to_channel (Container &c)
 
 cached_channel_to_channel (const cached_channel_to_channel< Container > &other)=default
 
 cached_channel_to_channel (cached_channel_to_channel< Container > &&other) noexcept=default
 
cached_channel_to_channeloperator= (const cached_channel_to_channel< Container > &other)=default
 
cached_channel_to_channeloperator= (cached_channel_to_channel< Container > &&other)=default
 
void push_back (const detail::nds1_cached_channel &input)
 

Private Attributes

Container & c_
 

Member Typedef Documentation

◆ value_type

template<typename Container >
typedef detail::nds1_cached_channel NDS::detail::cached_channel_to_channel< Container >::value_type

Constructor & Destructor Documentation

◆ cached_channel_to_channel() [1/3]

template<typename Container >
NDS::detail::cached_channel_to_channel< Container >::cached_channel_to_channel ( Container &  c)
inlineexplicit

◆ cached_channel_to_channel() [2/3]

template<typename Container >
NDS::detail::cached_channel_to_channel< Container >::cached_channel_to_channel ( const cached_channel_to_channel< Container > &  other)
default

◆ cached_channel_to_channel() [3/3]

template<typename Container >
NDS::detail::cached_channel_to_channel< Container >::cached_channel_to_channel ( cached_channel_to_channel< Container > &&  other)
defaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

template<typename Container >
cached_channel_to_channel & NDS::detail::cached_channel_to_channel< Container >::operator= ( cached_channel_to_channel< Container > &&  other)
default

◆ operator=() [2/2]

template<typename Container >
cached_channel_to_channel & NDS::detail::cached_channel_to_channel< Container >::operator= ( const cached_channel_to_channel< Container > &  other)
default

◆ push_back()

template<typename Container >
void NDS::detail::cached_channel_to_channel< Container >::push_back ( const detail::nds1_cached_channel input)
inline

Member Data Documentation

◆ c_

template<typename Container >
Container& NDS::detail::cached_channel_to_channel< Container >::c_
private

The documentation for this class was generated from the following file: