- Adopted by:
- DBigDouble, DBigInt, DBool, DColor, DDateTime, DDouble, DDoubleArray, DInt, DIntArray, DKey, DLong, DShort, DText, DURL
- Declared in:
- DParsable.h
Protocol Description
The DParsable protocol defines methods for classes that can parse a c-string
to set the internal state of the object.
- Last modified:
- 07-Oct-2003 (DParsable.h)
Method Index
- - (int) fromString :(char **) cstr
- Parse a string to set an object
- Parameters:
- cstr - the string to be parsed (moved to first non-parsable char)
- Returns:
- the result (0, ERANGE, ENODATA)
generated 08-Jan-2006 by ObjcDoc 3.0.0