DPsim
Loading...
Searching...
No Matches
DPsim::cuda::Vector< T >::iterator Class Reference
Inheritance diagram for DPsim::cuda::Vector< T >::iterator:
[legend]
Collaboration diagram for DPsim::cuda::Vector< T >::iterator:
[legend]

Public Member Functions

 iterator (T *buf, long num)
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator-- ()
 
iterator operator-- (int)
 
bool operator== (iterator other) const
 
bool operator!= (iterator other) const
 
operator* () const
 

Detailed Description

template<typename T>
class DPsim::cuda::Vector< T >::iterator

Definition at line 90 of file CudaUtility.h.

Constructor & Destructor Documentation

◆ iterator()

template<typename T>
DPsim::cuda::Vector< T >::iterator::iterator ( T * buf,
long num )
inline

Definition at line 92 of file CudaUtility.h.

Member Function Documentation

◆ operator!=()

template<typename T>
bool DPsim::cuda::Vector< T >::iterator::operator!= ( iterator other) const
inline

Definition at line 114 of file CudaUtility.h.

◆ operator*()

template<typename T>
T DPsim::cuda::Vector< T >::iterator::operator* ( ) const
inline

Definition at line 115 of file CudaUtility.h.

◆ operator++() [1/2]

template<typename T>
iterator & DPsim::cuda::Vector< T >::iterator::operator++ ( )
inline

Definition at line 93 of file CudaUtility.h.

◆ operator++() [2/2]

template<typename T>
iterator DPsim::cuda::Vector< T >::iterator::operator++ ( int )
inline

Definition at line 97 of file CudaUtility.h.

◆ operator--() [1/2]

template<typename T>
iterator & DPsim::cuda::Vector< T >::iterator::operator-- ( )
inline

Definition at line 102 of file CudaUtility.h.

◆ operator--() [2/2]

template<typename T>
iterator DPsim::cuda::Vector< T >::iterator::operator-- ( int )
inline

Definition at line 106 of file CudaUtility.h.

◆ operator==()

template<typename T>
bool DPsim::cuda::Vector< T >::iterator::operator== ( iterator other) const
inline

Definition at line 111 of file CudaUtility.h.


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