Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

ustl::back_insert_iterator< Container > Class Template Reference
[Iterator Adaptors]

Calls push_back on bound container for each assignment. More...

#include <ustl.h>

List of all members.

Public Types

typedef Container::value_type value_type
typedef Container::difference_type difference_type
typedef Container::pointer pointer
typedef Container::reference reference

Public Member Functions

 back_insert_iterator (Container &ctr)
back_insert_iteratoroperator= (typename Container::const_reference v)
back_insert_iteratoroperator * (void)
back_insert_iteratoroperator++ (void)
back_insert_iterator operator++ (int)

Protected Attributes

Container & m_rCtr


Detailed Description

template<class Container>
class ustl::back_insert_iterator< Container >

Calls push_back on bound container for each assignment.


The documentation for this class was generated from the following file:
Generated on Mon Jan 17 14:35:03 2005 for uSTL by 1.3.9 Doxygen Hosted on SourceForge.net