Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPScanner.h
Go to the documentation of this file.
1 
2 @interface CPScanner : CPObject
3 {
4  CPString _string;
5  CPDictionary _locale;
6  int _scanLocation;
7  BOOL _caseSensitive;
8  CPCharacterSet _charactersToBeSkipped;
9 }
10 @end