ROSE 0.11.145.275
|
Definition at line 74 of file Unparser/Base.h.
Public Types | |
enum class | End { Source , Target } |
enum class | Type { CfgEdge , CfgVertex } |
Public Member Functions | |
CfgEndpoint (const End end, const Type type, const size_t cfgId) | |
bool | operator< (const CfgEndpoint &) const |
Public Attributes | |
End | end |
Type | type |
size_t | cfgId |
|
strong |
Definition at line 76 of file Unparser/Base.h.
|
strong |
Definition at line 77 of file Unparser/Base.h.
|
inline |
Definition at line 83 of file Unparser/Base.h.
End Rose::BinaryAnalysis::Unparser::ArrowMargin::CfgEndpoint::end |
Definition at line 78 of file Unparser/Base.h.
Type Rose::BinaryAnalysis::Unparser::ArrowMargin::CfgEndpoint::type |
Definition at line 79 of file Unparser/Base.h.
size_t Rose::BinaryAnalysis::Unparser::ArrowMargin::CfgEndpoint::cfgId |
Definition at line 80 of file Unparser/Base.h.