Home :: GreenPad :: ki :: KTL :: olist classes

struct iterator

^ 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\kilib\ktlarray.h:136
Author:
K.INABA
Version:
beta

Contents

^ 
EntityTypeScopeShort Description
iteratorconstructor publicundocumented
operator !=operator publicundocumented
operator *operator publicundocumented
operator ++operator publicundocumented
operator ->operator publicundocumented
operator ==operator publicundocumented

constructor iterator

? ^  > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\kilib\ktlarray.h:137
Code:
public iterator ( Node * p = NULL ) : ptr_ ( p )

operator !=

? ^  < > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\kilib\ktlarray.h:141
Code:
public bool operator != ( const iterator & i )

operator *

? ^  < > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\kilib\ktlarray.h:138
Code:
public T & operator * ( )

operator ++

? ^  < > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\kilib\ktlarray.h:142
Code:
public iterator & operator ++ ( )

operator ->

? ^  < > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\kilib\ktlarray.h:139
Code:
public T * operator -> ( ) const

operator ==

? ^  < > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\kilib\ktlarray.h:140
Code:
public bool operator == ( const iterator & i )

Created Mon May 06 21:01:05 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_msvc_MSWin32-4.0.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.