public class ListIter : Boxed {
public uint stamp ;
public void** data ;
public weak ListIter copy ( ) ;
public static bool next ( List list,
ListIter iter ) ;
}

public uint stamp ;
public void** data ;
public weak ListIter copy ( ) ;
public static bool next ( List list,
ListIter iter ) ;
Created by Valadoc