Bolt
1.3
C++ template library with support for OpenCL
|
Return Incremented Value on dereferencing. More...
#include "bolt/cl/device_vector.h"
#include "bolt/cl/iterator/iterator_traits.h"
#include <boost/iterator/iterator_facade.hpp>
Go to the source code of this file.
Classes | |
struct | bolt::cl::counting_iterator_tag |
class | bolt::cl::counting_iterator< value_type > |
struct | bolt::cl::counting_iterator< value_type >::Payload |
Namespaces | |
namespace | bolt |
Defining namespace for the Bolt project. | |
namespace | bolt::cl |
Namespace containing OpenCL related data types and functions. | |
Functions | |
template<typename Type > | |
counting_iterator< Type > | bolt::cl::make_counting_iterator (Type constValue) |
BOLT_CREATE_TYPENAME (bolt::cl::counting_iterator< int >) | |
BOLT_CREATE_CLCODE (bolt::cl::counting_iterator< int >, bolt::cl::deviceCountingIterator) | |
BOLT_TEMPLATE_REGISTER_NEW_TYPE (bolt::cl::counting_iterator, int, unsigned int) | |
BOLT_TEMPLATE_REGISTER_NEW_TYPE (bolt::cl::counting_iterator, int, float) | |
BOLT_TEMPLATE_REGISTER_NEW_TYPE (bolt::cl::counting_iterator, int, double) | |
BOLT_TEMPLATE_REGISTER_NEW_TYPE (bolt::cl::counting_iterator, int, cl_long) | |
Return Incremented Value on dereferencing.