Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

mmn_dependancy Class Reference

#include <mmn_dependancy.h>

List of all members.


Detailed Description

Store information about which node a given node depends on.

If n_dep==1, then v0 depends only on v1 through arc1 If n_dep==2 then v0 depends on v1 and v2, through arc1 and arc2

Definition at line 14 of file mmn_dependancy.h.

Public Member Functions

 mmn_dependancy ()
 Default constructor.
 mmn_dependancy (unsigned u0, unsigned u1, unsigned a1)
 Construct with a single dependancy.
 mmn_dependancy (unsigned u0, unsigned u1, unsigned u2, unsigned a1, unsigned a2, unsigned a12)
 Construct with a dual dependancy.

Public Attributes

unsigned v0
unsigned v1
unsigned v2
unsigned arc1
unsigned arc2
unsigned arc12
unsigned n_dep


Constructor & Destructor Documentation

mmn_dependancy::mmn_dependancy  )  [inline]
 

Default constructor.

Definition at line 22 of file mmn_dependancy.h.

mmn_dependancy::mmn_dependancy unsigned  u0,
unsigned  u1,
unsigned  a1
[inline]
 

Construct with a single dependancy.

Definition at line 25 of file mmn_dependancy.h.

mmn_dependancy::mmn_dependancy unsigned  u0,
unsigned  u1,
unsigned  u2,
unsigned  a1,
unsigned  a2,
unsigned  a12
[inline]
 

Construct with a dual dependancy.

Definition at line 29 of file mmn_dependancy.h.


Member Data Documentation

unsigned mmn_dependancy::arc1
 

Definition at line 18 of file mmn_dependancy.h.

unsigned mmn_dependancy::arc12
 

Definition at line 18 of file mmn_dependancy.h.

unsigned mmn_dependancy::arc2
 

Definition at line 18 of file mmn_dependancy.h.

unsigned mmn_dependancy::n_dep
 

Definition at line 19 of file mmn_dependancy.h.

unsigned mmn_dependancy::v0
 

Definition at line 17 of file mmn_dependancy.h.

unsigned mmn_dependancy::v1
 

Definition at line 17 of file mmn_dependancy.h.

unsigned mmn_dependancy::v2
 

Definition at line 17 of file mmn_dependancy.h.


The documentation for this class was generated from the following file:
Generated on Thu Jan 10 14:44:52 2008 for contrib/mul/mmn by  doxygen 1.4.4