#include <stl_iterator.h>
Inheritance diagram for std::front_insert_iterator:


| Public Types | |
| typedef _Container | container_type | 
| A nested typedef for the type of whatever container you used. More... | |
| Public Methods | |
| front_insert_iterator (_Container &__x) | |
| The only way to create this iterator is with a container. More... | |
| front_insert_iterator & | operator= (typename _Container::const_reference __value) | 
| front_insert_iterator & | operator * () | 
| Simply returns *this. More... | |
| front_insert_iterator & | operator++ () | 
| Simply returns *this. (This iterator does not "move".). More... | |
| front_insert_iterator | operator++ (int) | 
| Simply returns *this. (This iterator does not "move".). More... | |
Tip: Using the front_inserter function to create these iterators can save typing.
Definition at line 398 of file stl_iterator.h.
| 
 | |||||
| A nested typedef for the type of whatever container you used. 
 Definition at line 406 of file stl_iterator.h. | 
| 
 | ||||||||||
| The only way to create this iterator is with a container. 
 Definition at line 409 of file stl_iterator.h. | 
| 
 | |||||||||
| Simply returns *this. 
 Definition at line 431 of file stl_iterator.h. | 
| 
 | ||||||||||
| Simply returns *this. (This iterator does not "move".). 
 Definition at line 439 of file stl_iterator.h. | 
| 
 | |||||||||
| Simply returns *this. (This iterator does not "move".). 
 Definition at line 435 of file stl_iterator.h. | 
| 
 | ||||||||||
| 
 
 
 Definition at line 423 of file stl_iterator.h. | 
 1.2.15
1.2.15