OpenASIP
2.0
|
Public Attributes | |
std::string | code |
Source code for creating DAG for operation. More... | |
std::string | error |
Error message if creating DAG failed. More... | |
bool | compilationFailed |
If code was already tried to compile and it did not succeed. More... | |
OperationDAG * | dag |
DAG presentation of code. set to NullOperationDAG if could not be created. More... | |
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.