#include <emobject.h>
Public Types | |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef pair< string, EMObject > | value_type |
Public Member Functions | |
const_iterator (const map< string, EMObject >::const_iterator parent_it) | |
virtual | ~const_iterator () |
const_iterator (const Dict::iterator &it) | |
const_iterator (const const_iterator &that) | |
const_iterator & | operator= (const const_iterator &that) |
Definition at line 654 of file emobject.h.
|
Definition at line 657 of file emobject.h. |
|
Definition at line 658 of file emobject.h. |
|
Definition at line 1077 of file emobject.cpp.
|
|
Definition at line 661 of file emobject.h.
|
|
Definition at line 1082 of file emobject.cpp.
|
|
Definition at line 1087 of file emobject.cpp.
|
|
Definition at line 1092 of file emobject.cpp. 01093 { 01094 if( this != &that ) 01095 { 01096 map < string, EMObject >::const_iterator::operator=( that ); 01097 } 01098 return *this; 01099 }
|