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