#include <emobject.h>
Public Types | |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef pair< string, EMObject > | value_type |
Public Member Functions | |
iterator (map< string, EMObject >::iterator parent_it) | |
virtual | ~iterator () |
iterator (const iterator &that) | |
iterator & | operator= (const iterator &that) |
Definition at line 633 of file emobject.h.
|
Definition at line 636 of file emobject.h. |
|
Definition at line 637 of file emobject.h. |
|
Definition at line 1052 of file emobject.cpp.
|
|
Definition at line 641 of file emobject.h.
|
|
Definition at line 1058 of file emobject.cpp. 01058 : 01059 map < string, EMObject >::iterator( that ) 01060 { 01061 }
|
|
Definition at line 1064 of file emobject.cpp. 01065 { 01066 if( this != &that ) 01067 { 01068 map < string, EMObject >::iterator::operator=( that ); 01069 } 01070 return *this; 01071 }
|