ROSE 0.11.145.147
Public Member Functions | List of all members
SgSharedVector< _Tp >::const_iterator Class Reference

Description

template<typename _Tp>
class SgSharedVector< _Tp >::const_iterator

Definition at line 71 of file SgSharedVector.h.

Public Member Functions

const_iterator operator++ ()
 
bool operator!= (const const_iterator &x) const
 
const value_type & operator* () const
 
 const_iterator (pointer x)
 

Constructor & Destructor Documentation

◆ const_iterator()

template<typename _Tp >
SgSharedVector< _Tp >::const_iterator::const_iterator ( pointer  x)
inline

Definition at line 76 of file SgSharedVector.h.

Member Function Documentation

◆ operator++()

template<typename _Tp >
const_iterator SgSharedVector< _Tp >::const_iterator::operator++ ( )
inline

Definition at line 73 of file SgSharedVector.h.

◆ operator!=()

template<typename _Tp >
bool SgSharedVector< _Tp >::const_iterator::operator!= ( const const_iterator x) const
inline

Definition at line 74 of file SgSharedVector.h.

◆ operator*()

template<typename _Tp >
const value_type & SgSharedVector< _Tp >::const_iterator::operator* ( ) const
inline

Definition at line 75 of file SgSharedVector.h.


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