#include <SgVector.h>
Inheritance diagram for SgVectorIteratorOf< T >:
Definition at line 461 of file SgVector.h.
Public Member Functions | |
SgVectorIteratorOf (const SgVectorOf< T > &vector) | |
Create a vector iterator to iterate through vector. | |
void | operator++ () |
Advance the state of the iteration to the next element. | |
T * | operator * () const |
Return the value of the current element. | |
operator bool () const | |
Return true if iteration is valid, otherwise false. |
SgVectorIteratorOf< T >::SgVectorIteratorOf | ( | const SgVectorOf< T > & | vector | ) |
T* SgVectorIteratorOf< T >::operator * | ( | ) | const |
Return the value of the current element.
Reimplemented from SgVectorIterator< void * >.
Definition at line 475 of file SgVector.h.
SgVectorIteratorOf< T >::operator bool | ( | ) | const |
Return true if iteration is valid, otherwise false.
Reimplemented from SgVectorIterator< void * >.
Definition at line 480 of file SgVector.h.
void SgVectorIteratorOf< T >::operator++ | ( | ) |
Advance the state of the iteration to the next element.
Reimplemented from SgVectorIterator< void * >.
Definition at line 470 of file SgVector.h.