Extended CUDA Library (ecuda)  2.0
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Public Types | List of all members
ecuda::iterator_traits< device_iterator< T, PointerType, Category > > Class Template Reference

#include <iterator.hpp>

Inheritance diagram for ecuda::iterator_traits< device_iterator< T, PointerType, Category > >:

Public Types

typedef base_type::difference_type difference_type
 
typedef
base_type::iterator_category 
iterator_category
 
typedef base_type::pointer pointer
 
typedef base_type::reference reference
 
typedef base_type::value_type value_type
 
typedef ecuda::true_type is_device_iterator
 
typedef ecuda::false_type is_contiguous
 

Detailed Description

template<typename T, typename PointerType, typename Category>
class ecuda::iterator_traits< device_iterator< T, PointerType, Category > >

Definition at line 446 of file iterator.hpp.

Member Typedef Documentation

template<typename T , typename PointerType , typename Category >
typedef base_type::difference_type ecuda::iterator_traits< device_iterator< T, PointerType, Category > >::difference_type

Definition at line 451 of file iterator.hpp.

template<typename T , typename PointerType , typename Category >
typedef ecuda::false_type ecuda::iterator_traits< device_iterator< T, PointerType, Category > >::is_contiguous

Definition at line 457 of file iterator.hpp.

template<typename T , typename PointerType , typename Category >
typedef ecuda::true_type ecuda::iterator_traits< device_iterator< T, PointerType, Category > >::is_device_iterator

Definition at line 456 of file iterator.hpp.

template<typename T , typename PointerType , typename Category >
typedef base_type::iterator_category ecuda::iterator_traits< device_iterator< T, PointerType, Category > >::iterator_category

Definition at line 452 of file iterator.hpp.

template<typename T , typename PointerType , typename Category >
typedef base_type::pointer ecuda::iterator_traits< device_iterator< T, PointerType, Category > >::pointer

Definition at line 453 of file iterator.hpp.

template<typename T , typename PointerType , typename Category >
typedef base_type::reference ecuda::iterator_traits< device_iterator< T, PointerType, Category > >::reference

Definition at line 454 of file iterator.hpp.

template<typename T , typename PointerType , typename Category >
typedef base_type::value_type ecuda::iterator_traits< device_iterator< T, PointerType, Category > >::value_type

Definition at line 455 of file iterator.hpp.


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