IteratorTraits.hh File Reference

IteratorTraits public header. More...

#include <boost/type_traits/integral_constant.hpp>
#include <vector>
#include <string>
#include "IteratorTraits.cti"
#include "IteratorTraits.ih"

Include dependency graph for IteratorTraits.hh:

Go to the source code of this file.


Detailed Description

IteratorTraits public header.

Definition in file IteratorTraits.hh.


Classes

struct   senf::contiguous_storage_iterator< RandomAccessIterator >
  Check for contiguous mutable storage. More...
struct   senf::contiguous_storage_iterator< T * >
  Check for contiguous mutable storage. Pointer specialization. More...

Namespaces

namespace   senf

Defines

#define  HH_SENF_Utils_IteratorTraits_   1

Functions

template<class Iterator >
std::iterator_traits< Iterator >
::pointer 
senf::storage_iterator (Iterator i)
  Convert contiguous storage iterator to pointer.

Define Documentation

#define
HH_SENF_Utils_IteratorTraits_   1

Definition at line 27 of file IteratorTraits.hh.