![]() |
aGrUM
0.14.2
|
the class to indicate that we wish to reverse an arc More...
#include <agrum/graphs/DAGCycleDetector.h>
Public Member Functions | |
Constructors / Destructors | |
ArcReverse (NodeId tail, NodeId head) noexcept | |
default constructor More... | |
ArcReverse (const ArcReverse &from) noexcept | |
copy constructor More... | |
ArcReverse (ArcReverse &&from) noexcept | |
move constructor More... | |
~ArcReverse () noexcept | |
destructor More... | |
Operators | |
ArcReverse & | operator= (const ArcReverse &from) noexcept |
copy operator More... | |
ArcReverse & | operator= (ArcReverse &&from) noexcept |
move operator More... | |
Accessors/Modifiers | |
ChangeType | type () const noexcept |
returns the type of the operation More... | |
NodeId | tail () const noexcept |
indicates the tail of the arc involved in the modification More... | |
NodeId | head () const noexcept |
indicates the head of the arc involved in the modification More... | |
the class to indicate that we wish to reverse an arc
Definition at line 189 of file DAGCycleDetector.h.
default constructor
Definition at line 194 of file DAGCycleDetector_inl.h.
|
noexcept |
copy constructor
Definition at line 202 of file DAGCycleDetector_inl.h.
|
noexcept |
move constructor
Definition at line 209 of file DAGCycleDetector_inl.h.
|
noexcept |
destructor
Definition at line 217 of file DAGCycleDetector_inl.h.
References operator=().
|
noexceptinherited |
indicates the head of the arc involved in the modification
Definition at line 91 of file DAGCycleDetector_inl.h.
References gum::DAGCycleDetector::Change::__head.
|
noexcept |
copy operator
Definition at line 223 of file DAGCycleDetector_inl.h.
References gum::DAGCycleDetector::Change::operator=().
Referenced by ~ArcReverse().
|
noexcept |
move operator
Definition at line 230 of file DAGCycleDetector_inl.h.
References gum::DAGCycleDetector::Change::operator=().
|
noexceptinherited |
indicates the tail of the arc involved in the modification
Definition at line 88 of file DAGCycleDetector_inl.h.
References gum::DAGCycleDetector::Change::__tail.
|
noexceptinherited |
returns the type of the operation
Definition at line 82 of file DAGCycleDetector_inl.h.
References gum::DAGCycleDetector::Change::__type.