#include <NodeSummary.h>
Definition at line 49 of file NodeSummary.h.
◆ State
Enumerator |
---|
Invalid | |
PartiallyKnown | |
Complete | |
Definition at line 70 of file NodeSummary.h.
71 {
72
73
74
76
77
78
79
81
82
84 };
◆ NodeDesc() [1/2]
locop::NodeDesc::NodeDesc |
( |
| ) |
|
|
default |
◆ NodeDesc() [2/2]
locop::NodeDesc::NodeDesc |
( |
const OpName & |
opname | ) |
|
|
inline |
◆ args() [1/2]
ArgDesc & locop::NodeDesc::args |
( |
void |
| ) |
|
|
inline |
◆ args() [2/2]
const ArgDesc & locop::NodeDesc::args |
( |
void |
| ) |
const |
|
inline |
◆ comments() [1/2]
Comments & locop::NodeDesc::comments |
( |
void |
| ) |
|
|
inline |
◆ comments() [2/2]
const Comments & locop::NodeDesc::comments |
( |
void |
| ) |
const |
|
inline |
◆ opname() [1/2]
void locop::NodeDesc::opname |
( |
const OpName & |
value | ) |
|
Definition at line 38 of file NodeSummary.cpp.
38{ _name = std::make_unique<std::string>(v); }
◆ opname() [2/2]
const std::string & locop::NodeDesc::opname |
( |
void |
| ) |
const |
◆ state() [1/2]
void locop::NodeDesc::state |
( |
const State & |
s | ) |
|
|
inline |
◆ state() [2/2]
const State & locop::NodeDesc::state |
( |
void |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following files: