ftp.nice.ch/pub/next/developer/resources/classes/CompSim.s.tar.gz#/CompSim/XORGate.h

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

//
// XORGate
//
// An Objective-C class for digital logic simulation which
// simulates the behavior of an n-input, m-bit XOR gate.
//


#import "Gate.h"


@interface XORGate : Gate


{
}


- (bit)op:(bit)a :(bit)b;


@end


//
// End of file.
//

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