hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
indexTableDeprecated< A, B >::iterator Class Reference

#include <def.hpp>

Collaboration diagram for indexTableDeprecated< A, B >::iterator:

Public Member Functions

 iterator (typename vec< std::pair< A, B > >::iterator it)
 
bool operator!= (const iterator &other) const
 
iteratoroperator++ ()
 
std::pair< A, B > & operator* ()
 

Private Attributes

vec< std::pair< A, B > >::iterator it
 

Detailed Description

template<typename A, typename B>
class yoi::indexTableDeprecated< A, B >::iterator

Definition at line 137 of file def.hpp.

Constructor & Destructor Documentation

◆ iterator()

template<typename A , typename B >
iterator ( typename vec< std::pair< A, B > >::iterator  it)
inline

Definition at line 140 of file def.hpp.

Member Function Documentation

◆ operator!=()

template<typename A , typename B >
bool operator!= ( const iterator other) const
inline

Definition at line 142 of file def.hpp.

References indexTableDeprecated< A, B >::iterator::it.

◆ operator*()

template<typename A , typename B >
std::pair< A, B > & operator* ( )
inline

Definition at line 146 of file def.hpp.

References indexTableDeprecated< A, B >::iterator::it.

◆ operator++()

template<typename A , typename B >
iterator & operator++ ( )
inline

Definition at line 144 of file def.hpp.

References indexTableDeprecated< A, B >::iterator::it.

Member Data Documentation

◆ it


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