rpa::iterator_buffer_traits< IterBuf > Struct Template Reference

Given an iterator on buffers, this gives the datatype of individual buffers. More...

#include <common.h>

List of all members.

Public Types

typedef output_iterator_traits<
IterBuf >::value_type 
buffer_type


Detailed Description

template<class IterBuf>
struct rpa::iterator_buffer_traits< IterBuf >

Given an iterator on buffers, this gives the datatype of individual buffers.

For example, if the buffers are fixed-size arrays, and are stored in a list, the buffers iterator will be a list iterator, the container of buffers will be a list of fixed-size arrays, and the buffer type given by this template class will accordingly be a fixed-size array.


Member Typedef Documentation

template<class IterBuf>
typedef output_iterator_traits<IterBuf>::value_type rpa::iterator_buffer_traits< IterBuf >::buffer_type


The documentation for this struct was generated from the following file:
Generated on Tue Sep 25 10:20:35 2007 for rpa by  doxygen 1.4.7