Inheritance diagram for InsertIteratorPointADJ< ADJ_ContainerT >:Public Types | |
| typedef ADJ_ContainerT | container_type |
| typedef base::pointer | pointer |
| typedef base::const_reference | const_reference |
| typedef base::handle_type | handle_type |
| typedef base::const_handle_reference | const_handle_reference |
Public Types inherited from InsertIterator< IPoint > | |
| typedef IPoint * | pointer |
| typedef IPoint & | reference |
| typedef IPoint | value_type |
| typedef Handle< IPoint > | handle_type |
Public Member Functions | |
| InsertIteratorPointADJ (container_type &cont) | |
| virtual base & | operator= (const_reference value) |
| virtual base & | operator= (const_handle_reference value) |
| virtual base & | operator* () |
| virtual base & | operator++ () |
Public Member Functions inherited from InsertIterator< IPoint > | |
| virtual self & | operator= (const_reference value)=0 |
| virtual self & | operator= (const_handle_reference handle)=0 |
| virtual void | finished () |
| virtual void | Delete () |
Protected Attributes | |
| container_type & | Cont |
Additional Inherited Members | |
Public Attributes inherited from InsertIterator< IPoint > | |
| const typedef IPoint * | const_pointer |
| const typedef IPoint & | const_reference |
| const typedef handle_type & | const_handle_reference |