Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

iterator

Go to the documentation of this file.
00001 /* -*- mode:c++ -*- */
00002 
00011 namespace std {
00012 
00017 template < typename Container >
00018 back_insert_iterator < Container >
00019 back_inserter ( Constainer & container );
00020 
00021 class back_insert
00022 
00027 inline
00028 template < typename InputIterator >
00029 iterator_traits<InputIterator>::difference_type
00030 distance ( InputIterator first, InputIterator last );
00031 
00032 };

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3