nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

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

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename Container >
cached_channel_to_channel& NDS::detail::cached_channel_to_channel< Container >::operator= ( const cached_channel_to_channel< Container > &  other)
default
template<typename Container >
cached_channel_to_channel& NDS::detail::cached_channel_to_channel< Container >::operator= ( cached_channel_to_channel< Container > &&  other)
default
template<typename Container >
void NDS::detail::cached_channel_to_channel< Container >::push_back ( const detail::nds1_cached_channel input)
inline

Member Data Documentation

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

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