aGrUM  0.16.0
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-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.
virtual ~IDWriter()
Default destructor.