Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

port.h File Reference

More...

Go to the source code of this file.

Compounds

class  port
 An instance of port is a unique tag for a port. More...

class  portArray
 A simple array of ports, indexed from 1..length. More...


Defines

#define PORT_H   1

Functions

int operator== (const port &, const port &)
int operator> (const port &, const port &)
 The operator> was defined to allow the use of class port with templates. More...


Detailed Description

Author(s):
John Ward
Date:
September 10, 1997

Definition in file port.h.


Define Documentation

#define PORT_H   1
 

Definition at line 39 of file port.h.


Function Documentation

int operator== ( const port & a,
const port & b )
 

Definition at line 46 of file port.cc.

int operator> ( const port & a,
const port & b )
 

The operator> was defined to allow the use of class port with templates.

This was necessitated by a bug in gcc. Operator > will probably never be used.

Definition at line 51 of file port.cc.


Please direct comments and corrections to supermix@submm.caltech.edu
Go to the supermix home page
Generated by doxygen1.2.7