|
Objective-C++ Preprocessor
5.0 with ARC & GC
C++ classes to enhance syntax and manage reference counting.
|
#include <objstr.h>
Public Member Functions | |
| oo_inline | OOScan (cOOString input) |
| oo_inline OOString | operator& (NSString *str) |
| oo_inline OOString | operator| (NSString *str) |
| oo_inline OOScan & | operator>> (double &d) |
| oo_inline OOScan & | operator>> (float &f) |
| oo_inline OOScan & | operator>> (int &i) |
Private Attributes | |
| OOReference< NSScanner * > | scan |
A fledgling wrapper for NSScanner which didn't really pan out...
|
private |
1.8.2