#include <lyxfunctional.h>
Collaboration diagram for lyx::const_back_insert_fun_iterator:

Public Types | |
| typedef Cont | container_type |
| typedef std::output_iterator_tag | iterator_category |
| typedef void | value_type |
| typedef void | difference_type |
| typedef void | pointer |
| typedef void | reference |
Public Methods | |
| const_back_insert_fun_iterator (Cont &x, MemRet(Type::*p)() const) | |
| ~const_back_insert_fun_iterator () | |
| const_back_insert_fun_iterator & | operator= (Type const *val) |
| const_back_insert_fun_iterator & | operator= (Type const &val) |
| const_back_insert_fun_iterator & | operator * () |
| const_back_insert_fun_iterator & | operator++ () |
| const_back_insert_fun_iterator & | operator++ (int) |
Protected Attributes | |
| Cont * | container |
| MemRet(Type::* | pmf )() const |
|
|||||
|
Definition at line 71 of file lyxfunctional.h. |
|
|||||
|
Definition at line 74 of file lyxfunctional.h. |
|
|||||
|
Definition at line 72 of file lyxfunctional.h. |
|
|||||
|
Definition at line 75 of file lyxfunctional.h. |
|
|||||
|
Definition at line 76 of file lyxfunctional.h. |
|
|||||
|
Definition at line 73 of file lyxfunctional.h. |
|
||||||||||||||||
|
Definition at line 78 of file lyxfunctional.h. References container, and pmf. Referenced by operator *, and operator++.
|
|
|||||||||
|
Definition at line 81 of file lyxfunctional.h.
00081 {}
|
|
|||||||||
|
Definition at line 95 of file lyxfunctional.h. References const_back_insert_fun_iterator.
00095 {
00096 return *this;
00097 }
|
|
||||||||||
|
Definition at line 101 of file lyxfunctional.h. References const_back_insert_fun_iterator.
00101 { // postfix ++
00102 return *this;
00103 }
|
|
|||||||||
|
Definition at line 98 of file lyxfunctional.h. References const_back_insert_fun_iterator.
00098 { // prefix ++
00099 return *this;
00100 }
|
|
||||||||||
|
Definition at line 90 of file lyxfunctional.h. References container, and pmf.
|
|
||||||||||
|
Definition at line 84 of file lyxfunctional.h. References container, and pmf.
|
|
|||||
|
Definition at line 68 of file lyxfunctional.h. Referenced by const_back_insert_fun_iterator, and operator=. |
|
|||||
|
Referenced by const_back_insert_fun_iterator, and operator=. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002