#include <mmn_dependancy.h>
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 |
|
|
Default constructor.
Definition at line 22 of file mmn_dependancy.h. |
|
||||||||||||||||
|
Construct with a single dependancy.
Definition at line 25 of file mmn_dependancy.h. |
|
||||||||||||||||||||||||||||
|
Construct with a dual dependancy.
Definition at line 29 of file mmn_dependancy.h. |
|
|
Definition at line 18 of file mmn_dependancy.h. |
|
|
Definition at line 18 of file mmn_dependancy.h. |
|
|
Definition at line 18 of file mmn_dependancy.h. |
|
|
Definition at line 19 of file mmn_dependancy.h. |
|
|
Definition at line 17 of file mmn_dependancy.h. |
|
|
Definition at line 17 of file mmn_dependancy.h. |
|
|
Definition at line 17 of file mmn_dependancy.h. |
1.4.4