API 0.9.5
Foundation/CPScanner.h
Go to the documentation of this file.
00001 
00002 @interface CPScanner : CPObject
00003 {
00004     CPString        _string;
00005     CPDictionary    _locale;
00006     int             _scanLocation;
00007     BOOL            _caseSensitive;
00008     CPCharacterSet  _charactersToBeSkipped;
00009 }
00010 @end
 All Classes Files Functions Variables Defines