/headers/Foundation/NSScanner.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 "NSObject.h"
00008 
00009 #import "NSCopyingProtocol.h"
00010 
00011 @interface NSScanner : NSObject <NSCopying>
00012 {
00013 }
00014 
00015 + (id)allocWithZone:(struct _NSZone *)fp8;
00016 + (id)scannerWithString:(id)fp8;
00017 + (id)localizedScannerWithString:(id)fp8;
00018 - (id)initWithString:(id)fp8;
00019 - (id)copyWithZone:(struct _NSZone *)fp8;
00020 - (id)_invertedSkipSet;
00021 - (BOOL)scanDouble:(double *)fp8;
00022 - (BOOL)scanFloat:(float *)fp8;
00023 - (BOOL)scanLongLong:(long long *)fp8;
00024 - (BOOL)scanInt:(int *)fp8;
00025 - (BOOL)scanInteger:(int *)fp8;
00026 - (BOOL)scanHexInt:(unsigned int *)fp8;
00027 - (BOOL)scanCharactersFromSet:(id)fp8 intoString:(id *)fp12;
00028 - (BOOL)scanUpToCharactersFromSet:(id)fp8 intoString:(id *)fp12;
00029 - (BOOL)scanString:(id)fp8 intoString:(id *)fp12;
00030 - (BOOL)scanUpToString:(id)fp8 intoString:(id *)fp12;
00031 - (BOOL)isAtEnd;
00032 - (id)charactersToBeSkipped;
00033 - (BOOL)caseSensitive;
00034 - (id)locale;
00035 - (id)string;
00036 - (void)setScanLocation:(unsigned int)fp8;
00037 - (unsigned int)scanLocation;
00038 - (void)setCharactersToBeSkipped:(id)fp8;
00039 - (void)setCaseSensitive:(BOOL)fp8;
00040 - (void)setLocale:(id)fp8;
00041 
00042 @end
00043