![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
the class to indicate that we wish to remove an arc More...
#include <agrum/tools/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 157 of file DAGCycleDetector.h.
default constructor
Definition at line 137 of file DAGCycleDetector_inl.h.
References gum::Set< Key, Alloc >::emplace().
|
noexcept |
copy constructor
Definition at line 143 of file DAGCycleDetector_inl.h.
References gum::Set< Key, Alloc >::emplace().
|
noexcept |
move constructor
Definition at line 149 of file DAGCycleDetector_inl.h.
References gum::Set< Key, Alloc >::emplace().
|
noexcept |
destructor
Definition at line 157 of file DAGCycleDetector_inl.h.
References gum::Set< Key, Alloc >::emplace().
|
noexceptinherited |
indicates the head of the arc involved in the modification
Definition at line 85 of file DAGCycleDetector_inl.h.
References gum::Set< Key, Alloc >::emplace().
|
noexcept |
copy operator
Definition at line 161 of file DAGCycleDetector_inl.h.
References gum::Set< Key, Alloc >::emplace().
|
noexcept |
move operator
Definition at line 168 of file DAGCycleDetector_inl.h.
References gum::Set< Key, Alloc >::emplace().
|
noexceptinherited |
indicates the tail of the arc involved in the modification
Definition at line 82 of file DAGCycleDetector_inl.h.
References gum::Set< Key, Alloc >::emplace().
|
noexceptinherited |
returns the type of the operation
Definition at line 77 of file DAGCycleDetector_inl.h.
References gum::Set< Key, Alloc >::emplace().