DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::RTDeviceBinaryImage::PropertyRange::ConstIterator Class Reference

#include <detail/device_binary_image.hpp>

Public Types

using iterator_category = std::input_iterator_tag
 
using value_type = ValTy
 
using difference_type = ptrdiff_t
 
using pointer = const pi_device_binary_property
 
using reference = pi_device_binary_property
 

Public Member Functions

 ConstIterator (pi_device_binary_property Cur=nullptr)
 
ConstIteratoroperator++ ()
 
ConstIterator operator++ (int)
 
bool operator== (ConstIterator Other) const
 
bool operator!= (ConstIterator Other) const
 
reference operator* () const
 

Detailed Description

Definition at line 90 of file device_binary_image.hpp.

Member Typedef Documentation

◆ difference_type

◆ iterator_category

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ ConstIterator()

sycl::_V1::detail::RTDeviceBinaryImage::PropertyRange::ConstIterator::ConstIterator ( pi_device_binary_property  Cur = nullptr)
inline

Definition at line 100 of file device_binary_image.hpp.

Member Function Documentation

◆ operator!=()

bool sycl::_V1::detail::RTDeviceBinaryImage::PropertyRange::ConstIterator::operator!= ( ConstIterator  Other) const
inline

Definition at line 111 of file device_binary_image.hpp.

◆ operator*()

reference sycl::_V1::detail::RTDeviceBinaryImage::PropertyRange::ConstIterator::operator* ( ) const
inline

Definition at line 112 of file device_binary_image.hpp.

◆ operator++() [1/2]

ConstIterator& sycl::_V1::detail::RTDeviceBinaryImage::PropertyRange::ConstIterator::operator++ ( )
inline

Definition at line 101 of file device_binary_image.hpp.

◆ operator++() [2/2]

ConstIterator sycl::_V1::detail::RTDeviceBinaryImage::PropertyRange::ConstIterator::operator++ ( int  )
inline

Definition at line 105 of file device_binary_image.hpp.

◆ operator==()

bool sycl::_V1::detail::RTDeviceBinaryImage::PropertyRange::ConstIterator::operator== ( ConstIterator  Other) const
inline

Definition at line 110 of file device_binary_image.hpp.


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