liboobs-1 Reference Manual

Synopsis

public class ListIter : Boxed  {
    public    uint                      stamp ;
    public    void**                    data ;


    public    weak ListIter             copy                      (  ) ;
    public    static bool               next                      ( List                list,
                                                                    ListIter            iter ) ;
}

ListIter Description

Details

Constructor Details

Field Details

stamp
    public    uint                      stamp ;		

data
    public    void**                    data ;		

Signal Details

Property Details

Method Details

copy ()
    public    weak ListIter             copy                      (  ) ;		

next ()
    public    static bool               next                      ( List                list,
                                                                    ListIter            iter ) ;		


Created by Valadoc