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

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

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





FmsPointerPair




Inherits From:	Object

Declared In:	FmsPointerPair.h





Class Description

Instances of FmsPointerPair associate two generic pointers.


Instance Variables

char *first;
char *second;

first	the first generic pointer.

second	the second generic pointer.


Method Types

Initializing	- initFirst: second:

Manipulating the pointers	- first
- second
- setFirst:
- setSecond:






Instance Methods

first
- (char *)first

Returns the value of first.




initFirst: second:
- initFirst:(char *)newFirst second:(char *)newSecond

Initializes a newly allocated instance of FmsPointerPair. Assigns newFirst to first and newSecond to second. Returns self.




second
- (char *)second

Returns the value at second.




setFirst:
- setFirst:(char *)newFirst

Assigns newFirst to first. Returs self.




setSecond:
- setSecond:(char *)newSecond

Assigns newSecond to second. Returs self.




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