/headers/Foundation/NSAllDescendantPathsEnumerator.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import <Foundation/NSDirectoryEnumerator.h>
00008 
00009 @class NSArray, NSFileAttributes, NSString;
00010 
00011 @interface NSAllDescendantPathsEnumerator : NSDirectoryEnumerator
00012 {
00013     NSString *path;
00014     NSArray *contents;
00015     unsigned int idx;
00016     NSString *prepend;
00017     NSAllDescendantPathsEnumerator *under;
00018     NSFileAttributes *directoryAttributes;
00019     NSString *pathToLastReportedItem;
00020     BOOL cross;
00021     char _padding;
00022 }
00023 
00024 + (id)newWithPath:(id)fp8 prepend:(id)fp12 attributes:(id)fp16 cross:(BOOL)fp20;
00025 - (id)nextObject;
00026 - (id)fileAttributes;
00027 - (id)directoryAttributes;
00028 - (id)currentSubdirectoryAttributes;
00029 - (id)_under;
00030 - (void)skipDescendents;
00031 - (void)dealloc;
00032 
00033 @end
00034