index
gtk-- homepage
Description:
G_List_ConstIterator
#include
<gtk--/base.h>
Base classes:
B
Properties:
Public member index:
bool
operator
==(
const
Self
&
x
)
const
;
bool
operator
!=(
const
Self
&
x
)
const
;
G_List_ConstIterator
(
GList
*&
h
,
GList
*
n
);
G_List_ConstIterator
();
G_List_ConstIterator
(
const
Self
&
x
);
G_List_ConstIterator
(
const
B
&
x
);
Self
&
operator
++();
Self
&
operator
--();
Self
operator
++(
int
);
Self
operator
--(
int
);
reference
operator
*()
const
;
pointer
operator
->()
const
;
Public member details:
Examples:
(pages generated by
PERCEPS
-script.)