AngelCAD  1.5-00
Public Member Functions | List of all members
map_iterator Class Reference

Container iterator type for map. More...

#include <angelcad.h>

Public Member Functions

T_value & current_value ()
 
T_value & get_value ()
 
bool IsEnd ()
 
bool IsValid ()
 
bool next ()
 
bool opEquals (const map_iterator< T_key, T_value > &in)
 
bool opPostInc ()
 
bool opPreInc ()
 
const T_key & current_key ()
 
const T_key & get_key ()
 
map_iterator< T_key, T_value > & opAssign (const map_iterator< T_key, T_value > &in)
 
void set_value (const T_value &in)
 

Detailed Description

Container iterator type for map.

Member Function Documentation

◆ current_key()

const T_key& map_iterator::current_key ( )
Returns
const T_key&

◆ current_value()

T_value& map_iterator::current_value ( )
Returns
T_value&

◆ get_key()

const T_key& map_iterator::get_key ( )
Returns
const T_key&

◆ get_value()

T_value& map_iterator::get_value ( )
Returns
T_value&

◆ IsEnd()

bool map_iterator::IsEnd ( )
Returns
bool

◆ IsValid()

bool map_iterator::IsValid ( )
Returns
bool

◆ next()

bool map_iterator::next ( )
Returns
bool

◆ opAssign()

map_iterator<T_key,T_value>& map_iterator::opAssign ( const map_iterator< T_key, T_value > &  in)
Parameters
constmap_iterator&
Returns
map_iterator&

◆ opEquals()

bool map_iterator::opEquals ( const map_iterator< T_key, T_value > &  in)
Parameters
constmap_iterator&
Returns
bool

◆ opPostInc()

bool map_iterator::opPostInc ( )
Returns
bool

◆ opPreInc()

bool map_iterator::opPreInc ( )
Returns
bool

◆ set_value()

void map_iterator::set_value ( const T_value &  in)
Parameters
constT_value&

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