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

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

Member Function Documentation

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

Member Data Documentation

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

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