FTIdImpl
Abstract
Implementation of the FTId protocol
Methods
- -copyWithZone:
- Returns a new instance that’s a copy of the receiver.
- -description
- -encodeWithCoder:
- -hash
- -initWithCoder:
- Initializes a newly allocated instance from data in decoder.
- -initWithString:
- initializes this instance with the corresponding id data
Returns a new instance that’s a copy of the receiver.
- copyWithZone:(NSZone *) zone;
- method result
- returns a new instance that’s a copy of the receiver.
- (NSString *) description;
- method result
- information about the content of this object
- (void) encodeWithCoder: (NSCoder *) encoder;
Parameter Descriptions
encoder
- instance to be used for reading object's data
- (unsigned) hash;
Initializes a newly allocated instance from data in decoder.
- initWithCoder: (NSCoder *) decoder;
- method result
- self
initializes this instance with the corresponding id data
- initWithString: (NSString *) aString;
- method result
- self
(Last Updated August 27, 2006)