Protocol DParsable

Adopted by:
DBigDouble, DBigFraction, DBigInt, DBool, DColor, DDateTime, DDouble, DDoubleArray, DFraction, 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:
19-Jul-2008 (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 06-Sep-2008 by ObjcDoc 3.0.0