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