#include <lyxfunctional.h>
Collaboration diagram for lyx::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 | |
| back_insert_fun_iterator (Cont &x, MemRet(Type::*p)()) | |
| back_insert_fun_iterator & | operator= (Type *val) |
| back_insert_fun_iterator & | operator= (Type &val) |
| back_insert_fun_iterator & | operator * () |
| back_insert_fun_iterator & | operator++ () |
| back_insert_fun_iterator & | operator++ (int) |
Protected Attributes | |
| Cont * | container |
| MemRet(Type::* | pmf )() |
|
|||||
|
Definition at line 31 of file lyxfunctional.h. |
|
|||||
|
Definition at line 34 of file lyxfunctional.h. |
|
|||||
|
Definition at line 32 of file lyxfunctional.h. |
|
|||||
|
Definition at line 35 of file lyxfunctional.h. |
|
|||||
|
Definition at line 36 of file lyxfunctional.h. |
|
|||||
|
Definition at line 33 of file lyxfunctional.h. |
|
||||||||||||||||
|
Definition at line 38 of file lyxfunctional.h. References container, and pmf. Referenced by operator *, and operator++.
|
|
|||||||||
|
Definition at line 53 of file lyxfunctional.h. References back_insert_fun_iterator.
00053 {
00054 return *this;
00055 }
|
|
||||||||||
|
Definition at line 59 of file lyxfunctional.h. References back_insert_fun_iterator.
00059 { // postfix ++
00060 return *this;
00061 }
|
|
|||||||||
|
Definition at line 56 of file lyxfunctional.h. References back_insert_fun_iterator.
00056 { // prefix ++
00057 return *this;
00058 }
|
|
||||||||||
|
Definition at line 48 of file lyxfunctional.h. References container, and pmf.
|
|
||||||||||
|
Definition at line 42 of file lyxfunctional.h. References container, and pmf.
|
|
|||||
|
Definition at line 28 of file lyxfunctional.h. Referenced by back_insert_fun_iterator, and operator=. |
|
|||||
|
Referenced by back_insert_fun_iterator, and operator=. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002