|
hoshi-lang dev
Yet another programming language
|
#include <def.hpp>

Public Member Functions | |
| iterator (typename vec< std::pair< A, B > >::iterator it) | |
| bool | operator!= (const iterator &other) const |
| iterator & | operator++ () |
| std::pair< A, B > & | operator* () |
Private Attributes | |
| vec< std::pair< A, B > >::iterator | it |
|
inline |
Definition at line 142 of file def.hpp.
References indexTableDeprecated< A, B >::iterator::it.
|
inline |
Definition at line 146 of file def.hpp.
References indexTableDeprecated< A, B >::iterator::it.
|
inline |
Definition at line 144 of file def.hpp.
References indexTableDeprecated< A, B >::iterator::it.
|
private |
Definition at line 138 of file def.hpp.
Referenced by indexTableDeprecated< A, B >::iterator::operator!=(), indexTableDeprecated< A, B >::iterator::operator*(), and indexTableDeprecated< A, B >::iterator::operator++().