#include <DynamicBitset.h>
__device__ __host__ __forceinline__ IdentityIterator::IdentityIterator |
( |
size_t |
i = 0 | ) |
|
|
inline |
__device__ __forceinline__ size_t IdentityIterator::operator* |
( |
| ) |
const |
|
inline |
__device__ __host__ __forceinline__ IdentityIterator IdentityIterator::operator+ |
( |
size_t |
i | ) |
|
|
inline |
__device__ __host__ __forceinline__ IdentityIterator& IdentityIterator::operator++ |
( |
| ) |
|
|
inline |
__device__ __host__ __forceinline__ IdentityIterator& IdentityIterator::operator+= |
( |
size_t |
i | ) |
|
|
inline |
__device__ __host__ __forceinline__ IdentityIterator IdentityIterator::operator- |
( |
size_t |
i | ) |
|
|
inline |
__device__ __host__ __forceinline__ difference_type IdentityIterator::operator- |
( |
const IdentityIterator & |
bi | ) |
|
|
inline |
__device__ __host__ __forceinline__ IdentityIterator& IdentityIterator::operator-- |
( |
| ) |
|
|
inline |
__device__ __host__ __forceinline__ IdentityIterator& IdentityIterator::operator-= |
( |
size_t |
i | ) |
|
|
inline |
__device__ __host__ __forceinline__ bool IdentityIterator::operator< |
( |
const IdentityIterator & |
bi | ) |
|
|
inline |
__device__ __host__ __forceinline__ bool IdentityIterator::operator<= |
( |
const IdentityIterator & |
bi | ) |
|
|
inline |
__device__ __host__ __forceinline__ bool IdentityIterator::operator> |
( |
const IdentityIterator & |
bi | ) |
|
|
inline |
__device__ __host__ __forceinline__ bool IdentityIterator::operator>= |
( |
const IdentityIterator & |
bi | ) |
|
|
inline |
__device__ __forceinline__ size_t IdentityIterator::operator[] |
( |
const size_t |
id | ) |
const |
|
inline |
The documentation for this class was generated from the following file: