|
OpenASIP 2.2
|

Public Attributes | |
| std::string | code |
| Source code for creating DAG for operation. | |
| std::string | error |
| Error message if creating DAG failed. | |
| bool | compilationFailed |
| If code was already tried to compile and it did not succeed. | |
| OperationDAG * | dag |
| DAG presentation of code. set to NullOperationDAG if could not be created. | |
Internal container for information of one DAG.
Definition at line 133 of file OperationPimpl.hh.
| std::string OperationPimpl::OperationDAGInfo::code |
Source code for creating DAG for operation.
Definition at line 135 of file OperationPimpl.hh.
Referenced by OperationPimpl::addDag().
| bool OperationPimpl::OperationDAGInfo::compilationFailed |
If code was already tried to compile and it did not succeed.
Definition at line 139 of file OperationPimpl.hh.
Referenced by OperationPimpl::addDag().
| OperationDAG* OperationPimpl::OperationDAGInfo::dag |
DAG presentation of code. set to NullOperationDAG if could not be created.
Definition at line 142 of file OperationPimpl.hh.
Referenced by OperationPimpl::addDag().
| std::string OperationPimpl::OperationDAGInfo::error |
Error message if creating DAG failed.
Definition at line 137 of file OperationPimpl.hh.