#include <rrrTypes.h>
Public Attributes | |
| ActionType | type = NONE |
| int | id = -1 |
| int | idx = -1 |
| int | fi = -1 |
| bool | c = false |
| bool | fNew = false |
| std::vector< int > | vFanins |
| std::vector< int > | vIndices |
| std::vector< int > | vFanouts |
Definition at line 49 of file rrrTypes.h.
Definition at line 54 of file rrrTypes.h.
| int rrr::Action::fi = -1 |
Definition at line 53 of file rrrTypes.h.
Definition at line 55 of file rrrTypes.h.
| int rrr::Action::id = -1 |
Definition at line 51 of file rrrTypes.h.
| int rrr::Action::idx = -1 |
Definition at line 52 of file rrrTypes.h.
| ActionType rrr::Action::type = NONE |
Definition at line 50 of file rrrTypes.h.
| std::vector<int> rrr::Action::vFanins |
Definition at line 56 of file rrrTypes.h.
| std::vector<int> rrr::Action::vFanouts |
Definition at line 58 of file rrrTypes.h.
| std::vector<int> rrr::Action::vIndices |
Definition at line 57 of file rrrTypes.h.