C# Class Smartmobili.Cocoa.NSScanner

Inheritance: NSObject
显示文件 Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_string NSString

Public Methods

Method Description
Alloc ( ) : NSScanner
InitWithString ( NSString aString ) : id
Initialize ( ) : void
IsAtEnd ( ) : bool
ScanDouble ( double &value ) : bool
ScanFloat ( float &value ) : bool
ScanInt ( int &value ) : bool
ScanUpToCharactersFromSet ( NSCharacterSet stopSet, NSString &stringValue ) : bool
ScannerWithString ( NSString aString ) : id

Private Methods

Method Description
MyCharacter ( uint location ) : Char
MyLength ( ) : uint
NSScanner ( ) : System
SkipToNextField ( ) : bool
_ScanInt ( int &value ) : bool

Method Details

Alloc() public static method

public static Alloc ( ) : NSScanner
return NSScanner

InitWithString() public method

public InitWithString ( NSString aString ) : id
aString NSString
return id

Initialize() public static method

public static Initialize ( ) : void
return void

IsAtEnd() public method

public IsAtEnd ( ) : bool
return bool

ScanDouble() public method

public ScanDouble ( double &value ) : bool
value double
return bool

ScanFloat() public method

public ScanFloat ( float &value ) : bool
value float
return bool

ScanInt() public method

public ScanInt ( int &value ) : bool
value int
return bool

ScanUpToCharactersFromSet() public method

public ScanUpToCharactersFromSet ( NSCharacterSet stopSet, NSString &stringValue ) : bool
stopSet NSCharacterSet
stringValue NSString
return bool

ScannerWithString() public static method

public static ScannerWithString ( NSString aString ) : id
aString NSString
return id

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class

_string protected_oe property

protected NSString _string
return NSString