PM Library :: PMDirTree | classes |
class iterator | ? ^ |
Iterator class used to iterate through checked files or directories.
- Source:
- pm_dirtree.h:135
- Author:
- Dmitry A.Steklenev
- Version:
- $Revision: 1.5 $
Friend:
class PMDirTree undocumented
Contents | ^ |
Entity Inherited From Type Scope Short Description ~iterator destructor public Destructs the iterator object. next method public Returns the next selected file or directory. rewind method public Repositions the iterator to the first checked file.
destructor ~iterator | ? ^ > |
Destructs the iterator object.
- Source:
- pm_dirtree.h:141
- Code:
public ~ iterator ( )
method next | ? ^ < > |
Returns the next selected file or directory.
- Source:
- pm_dirtree.h:152
- Params:
pathname A buffer in which the selected name is returned. size This is the size of the buffer specified by the pathname parameter.
- Returns:
- Success indicator.
- Code:
public BOOL next ( char * pathname , int size )
method rewind | ? ^ < > |
Repositions the iterator to the first checked file.
- Source:
- pm_dirtree.h:155
- Code:
public void rewind ( )
Created Fri Aug 3 09:13:16 2012.
This documentation was generated automatically by
ccdoc v08r39 2003/02/27 bin_opt_emx_os2-2.30.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.