aGrUM  0.16.0
spanningForest.cpp
Go to the documentation of this file.
1 
29 #ifndef DOXYGEN_SHOULD_SKIP_THIS
30 
31 # include <agrum/agrum.h>
33 
34 namespace gum {
35 
36  SpanningForest::SpanningForest() { GUM_CONSTRUCTOR(SpanningForest); }
37 
38  SpanningForest::~SpanningForest() { GUM_DESTRUCTOR(SpanningForest); }
39 
41  GUM_CONS_CPY(SpanningForest);
42  }
43 
45  return *this;
46  }
47 
48 } /* namespace gum */
49 
50 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
SpanningForest()
default constructor
SpanningForest & operator=(const SpanningForest &toCopy)
Copy operator.
virtual ~SpanningForest()
Destructor.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.