aGrUM  0.16.0
multiDimCombination_tpl.h
Go to the documentation of this file.
1 
30 #ifndef DOXYGEN_SHOULD_SKIP_THIS
31 
32 # include <agrum/agrum.h>
33 
34 namespace gum {
35 
36  // Constructor
37  template < typename GUM_SCALAR, template < typename > class TABLE >
39  // for debugging purposes
40  GUM_CONSTRUCTOR(MultiDimCombination);
41  }
42 
43  // Copy constructor
44  template < typename GUM_SCALAR, template < typename > class TABLE >
46  const MultiDimCombination< GUM_SCALAR, TABLE >& from) {
47  // for debugging purposes
48  GUM_CONS_CPY(MultiDimCombination);
49  }
50 
51  // Destructor
52  template < typename GUM_SCALAR, template < typename > class TABLE >
54  // for debugging purposes
55  GUM_DESTRUCTOR(MultiDimCombination);
56  }
57 
58 } /* namespace gum */
59 
60 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
MultiDimCombination()
default constructor
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
virtual ~MultiDimCombination()
destructor