Class DText

Inherits from:
Object
Conforms to:
DComparable, DDatable, DParsable, DSizeable, DTextReadable, DTextScannable, DTextWritable, DTextable
Declared in:
DText.h

Class Hierarchy

    Object
      |
      +---DText

Class Description

The text string class implements methods for storing and manipulating text strings.

Last modified:
31-Oct-2007 (DText.h)

Instance Variables

private unsigned long _size
the allocated size for the string
private unsigned _extra
the extra amount for sizing
private unsigned long _length
the length of the string
private unsigned long _pntr
the pointer for the DTextReadable,-Writable protocols
private char *_string
the string data
private int _error
the last error (or 0)

Method Index


generated 05-Nov-2007 by ObjcDoc 3.0.0