![]() |
aGrUM
0.16.0
|
the class to indicate that we wish to remove an arc More...
#include <agrum/core/DAGCycleDetector.h>
Public Member Functions | |
Constructors / Destructors | |
ArcDel (NodeId tail, NodeId head) noexcept | |
default constructor More... | |
ArcDel (const ArcDel &from) noexcept | |
copy constructor More... | |
ArcDel (ArcDel &&from) noexcept | |
move constructor More... | |
~ArcDel () noexcept | |
destructor More... | |
Operators | |
ArcDel & | operator= (const ArcDel &from) noexcept |
copy operator More... | |
ArcDel & | operator= (ArcDel &&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 remove an arc
Definition at line 153 of file DAGCycleDetector.h.
default constructor
Definition at line 150 of file DAGCycleDetector_inl.h.
|
noexcept |
copy constructor
Definition at line 158 of file DAGCycleDetector_inl.h.
|
noexcept |
move constructor
Definition at line 165 of file DAGCycleDetector_inl.h.
|
noexcept |
destructor
Definition at line 172 of file DAGCycleDetector_inl.h.
References operator=().
|
noexceptinherited |
indicates the head of the arc involved in the modification
Definition at line 94 of file DAGCycleDetector_inl.h.
References gum::DAGCycleDetector::Change::__head.
|
noexcept |
copy operator
Definition at line 178 of file DAGCycleDetector_inl.h.
References gum::DAGCycleDetector::Change::operator=().
Referenced by ~ArcDel().
|
noexcept |
move operator
Definition at line 185 of file DAGCycleDetector_inl.h.
References gum::DAGCycleDetector::Change::operator=().
|
noexceptinherited |
indicates the tail of the arc involved in the modification
Definition at line 91 of file DAGCycleDetector_inl.h.
References gum::DAGCycleDetector::Change::__tail.
|
noexceptinherited |
returns the type of the operation
Definition at line 85 of file DAGCycleDetector_inl.h.
References gum::DAGCycleDetector::Change::__type.