nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
channel_listing.hh File Reference
#include <algorithm>
#include <array>
#include <iterator>
#include "common/utils.hh"
#include "nds1/common/basic_io.hh"
Include dependency graph for channel_listing.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nds_impl::nds1::v12_2::ChannelListIterator< Reader, Transform >
 

Namespaces

 nds_impl
 
 nds_impl::nds1
 
 nds_impl::nds1::v12_2
 

Typedefs

typedef std::array< char, 148 > nds_impl::nds1::v12_2::raw_sc2_channel
 

Functions

template<typename Reader , class OutIt , class Transform = nds_impl::common::IdentityTransform< raw_sc2_channel >, class Predicate = nds_impl::common::TruePredicate< typename std::result_of< decltype ( &Transform::operator( ) )( Transform, raw_sc2_channel ) >::type >>
void nds_impl::nds1::v12_2::read_get_channels (Reader &r, OutIt it, Transform t=Transform(), Predicate p=Predicate())