GDB (xrefs)
|
Public Attributes | |
gdb_smob | base |
SCM | object |
SCM | progress |
SCM | next_x |
Definition at line 60 of file scm-iterator.c.
gdb_smob iterator_smob::base |
Definition at line 63 of file scm-iterator.c.
Referenced by itscm_make_iterator_smob().
SCM iterator_smob::next_x |
Definition at line 75 of file scm-iterator.c.
Referenced by gdbscm_iterator_next_x(), itscm_make_iterator_smob(), itscm_print_iterator_smob(), and itscm_safe_call_next_x().
SCM iterator_smob::object |
Definition at line 66 of file scm-iterator.c.
Referenced by gdbscm_iterator_object(), itscm_iterator_smob_object(), itscm_make_iterator_smob(), and itscm_print_iterator_smob().
SCM iterator_smob::progress |
Definition at line 70 of file scm-iterator.c.
Referenced by gdbscm_iterator_progress(), gdbscm_set_iterator_progress_x(), itscm_iterator_smob_progress(), itscm_make_iterator_smob(), itscm_print_iterator_smob(), and itscm_set_iterator_smob_progress_x().