#import <NSAllDescendantPathsEnumerator.h>
Abgeleitet von NSDirectoryEnumerator.
Öffentliche Methoden | |
| (id) | - nextObject |
| (id) | - fileAttributes |
| (id) | - directoryAttributes |
| (id) | - currentSubdirectoryAttributes |
| (id) | - _under |
| (void) | - skipDescendents |
| (void) | - dealloc |
Öffentliche, statische Methoden | |
| (id) | + newWithPath:prepend:attributes:cross: |
Geschützte Attribute | |
| NSString * | path |
| NSArray * | contents |
| unsigned int | idx |
| NSString * | prepend |
| NSAllDescendantPathsEnumerator * | under |
| NSFileAttributes * | directoryAttributes |
| NSString * | pathToLastReportedItem |
| BOOL | cross |
| char | _padding [3] |
Definiert in Zeile 11 der Datei NSAllDescendantPathsEnumerator.h.
| + (id) newWithPath: | (id) | fp8 | ||
| prepend: | (id) | fp12 | ||
| attributes: | (id) | fp16 | ||
| cross: | (BOOL) | fp20 | ||
| - (id) nextObject |
Implementiert NSDirectoryEnumerator.
| - (id) fileAttributes |
Implementiert NSDirectoryEnumerator.
| - (id) directoryAttributes |
Implementiert NSDirectoryEnumerator.
| - (id) currentSubdirectoryAttributes |
| - (id) _under |
| - (void) skipDescendents |
Implementiert NSDirectoryEnumerator.
| - (void) dealloc |
Implementiert NSObject.
Definiert in Zeile 13 der Datei NSAllDescendantPathsEnumerator.h.
Definiert in Zeile 14 der Datei NSAllDescendantPathsEnumerator.h.
- (unsigned int) idx [protected] |
Definiert in Zeile 15 der Datei NSAllDescendantPathsEnumerator.h.
Definiert in Zeile 16 der Datei NSAllDescendantPathsEnumerator.h.
- (NSAllDescendantPathsEnumerator*) under [protected] |
Definiert in Zeile 17 der Datei NSAllDescendantPathsEnumerator.h.
- (NSFileAttributes*) directoryAttributes [protected] |
Definiert in Zeile 18 der Datei NSAllDescendantPathsEnumerator.h.
- (NSString*) pathToLastReportedItem [protected] |
Definiert in Zeile 19 der Datei NSAllDescendantPathsEnumerator.h.
- (BOOL) cross [protected] |
Definiert in Zeile 20 der Datei NSAllDescendantPathsEnumerator.h.
- (char _padding[3]) [protected] |
Definiert in Zeile 21 der Datei NSAllDescendantPathsEnumerator.h.