Objective-C++ Preprocessor  5.0 with ARC & GC
C++ classes to enhance syntax and manage reference counting.
Public Member Functions | Private Attributes | List of all members
OOScan Class Reference

#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 OOScanoperator>> (double &d)
 
oo_inline OOScanoperator>> (float &f)
 
oo_inline OOScanoperator>> (int &i)
 

Private Attributes

OOReference< NSScanner * > scan
 

Detailed Description

A fledgling wrapper for NSScanner which didn't really pan out...

Definition at line 1600 of file objstr.h.

Constructor & Destructor Documentation

oo_inline OOScan::OOScan ( cOOString  input)
inline

Definition at line 1603 of file objstr.h.

Member Function Documentation

oo_inline OOString OOScan::operator& ( NSString *  str)
inline

Definition at line 1607 of file objstr.h.

oo_inline OOScan& OOScan::operator>> ( double &  d)
inline

Definition at line 1617 of file objstr.h.

oo_inline OOScan& OOScan::operator>> ( float &  f)
inline

Definition at line 1621 of file objstr.h.

oo_inline OOScan& OOScan::operator>> ( int &  i)
inline

Definition at line 1625 of file objstr.h.

oo_inline OOString OOScan::operator| ( NSString *  str)
inline

Definition at line 1612 of file objstr.h.

Member Data Documentation

OOReference<NSScanner *> OOScan::scan
private

Definition at line 1601 of file objstr.h.


The documentation for this class was generated from the following file: