Public Types | |
typedef PH_ContainerT | container_type |
typedef base::pointer | pointer |
typedef base::const_reference | const_reference |
typedef base::handle_type | handle_type |
![]() | |
typedef PH_ContainerT::value_type::element_type * | pointer |
typedef PH_ContainerT::value_type::element_type & | reference |
typedef PH_ContainerT::value_type::element_type | value_type |
typedef Handle< PH_ContainerT::value_type::element_type > | handle_type |
Public Member Functions | |
BackInsertIteratorPH (container_type &cont) | |
virtual base & | operator= (const_reference value) |
virtual base & | operator= (const_handle_reference value) |
virtual base & | operator* () |
virtual base & | operator++ () |
![]() | |
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 | |
![]() | |
const typedef PH_ContainerT::value_type::element_type * | const_pointer |
const typedef PH_ContainerT::value_type::element_type & | const_reference |
const typedef handle_type & | const_handle_reference |