ftp.nice.ch/pub/next/developer/apps/Browser.1.0.s.tar.gz#/Browser/ClassTable.h

This is ClassTable.h in view mode; [Download] [Up]

/* Generated by Interface Builder, modified by the author */

/* File: ClassTable.h */

#import <objc/Object.h>

@interface ClassTable:Object
{
	id table; /* the storage table */
	int numberOfElements; /* number of elements */
}

- init; /* init object */

- reset; /* reset object */

- readClassesAtPath:(char *)aPath; /* read the object definition at the path */

- (int)fillMatrix:aMatrix; /* fill a matrix */
- (BOOL)fillFile:(char *)aFilename; /* fill a file */

- (char *)getPathAtPosition:(int)aPosition; /* get class's path */
- (int)getPositionOfClass:(char *)aClassName; /* get position of class */

@end

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