nds2-client - Developer 0.16.7
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
NDS::detail::push_back_channel Class Reference

Provide a functor to push channels onto a vector. More...

#include <nds_connection_ptype.hh>

Collaboration diagram for NDS::detail::push_back_channel:
Collaboration graph
[legend]

Public Member Functions

 push_back_channel (std::vector< channel > &buffer)
 
void operator() (const channel &ch)
 

Private Attributes

std::vector< channel > & buffer_
 

Detailed Description

Provide a functor to push channels onto a vector.

Constructor & Destructor Documentation

◆ push_back_channel()

NDS::detail::push_back_channel::push_back_channel ( std::vector< channel > &  buffer)
inline

Member Function Documentation

◆ operator()()

void NDS::detail::push_back_channel::operator() ( const channel ch)
inline

Member Data Documentation

◆ buffer_

std::vector< channel >& NDS::detail::push_back_channel::buffer_
private

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