aGrUM  0.17.2
a C++ library for (probabilistic) graphical models
IDWriter_tpl.h
Go to the documentation of this file.
1 
28 #include "IDWriter.h"
29 
30 #ifndef DOXYGEN_SHOULD_SKIP_THIS
31 
32 namespace gum {
33 
34  /*
35  * Default constructor.
36  */
37  template < typename GUM_SCALAR >
39  GUM_CONSTRUCTOR(IDWriter);
40  }
41 
42  /*
43  * Default destructor.
44  */
45  template < typename GUM_SCALAR >
47  GUM_DESTRUCTOR(IDWriter);
48  }
49 
50 } /* namespace gum */
51 
52 #endif // DOXYGEN_SHOULD_SKIP_THIS
IDWriter()
Default constructor.
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Definition: agrum.h:25
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
virtual ~IDWriter()
Default destructor.