ftp.nice.ch/pub/next/developer/objc/preferences/DefaultsExample.NIHS.s.tar.gz#/DefaultsExample/FmsStringPair.rtf

This is FmsStringPair.rtf in view mode; [Download] [Up]

Copyright  ©1994 by Flying Monkey Software.  All Rights Reserved.





FmsStringPair




Inherits From:	FmsPointerPair

Declared In:	FmsStringPair.h





Class Description

Instances of FmsStringPair associate two strings. Copies of the strings are made when they are set.


Instance Variables

None declared in this class.


Method Types

Freeing	- free

Manipulating the strings	- setFirst:
- setSecond:





Instance Methods

free
- free

Frees the strings and frees the instance.




setFirst:
- setFirst:(char *)newFirst

Frees first if it exists, copies newFirst, and assigns it to first. Returs self.




setSecond:
- setSecond:(char *)newSecond

Frees second if it exists, copies newSecond, and assigns it to second. Returs self.




These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.