aGrUM
0.16.0
UTGenerator.cpp
Go to the documentation of this file.
1
29
#include <
agrum/ID/generator/UTGenerator.h
>
30
31
namespace
gum
{
32
33
// Default constructor.
34
UTGenerator::UTGenerator
() { GUM_CONSTRUCTOR(
UTGenerator
); }
35
36
// Destructor.
37
UTGenerator::~UTGenerator
() { GUM_DESTRUCTOR(
UTGenerator
); }
38
39
}
/* namespace gum */
UTGenerator.h
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
gum::UTGenerator::~UTGenerator
virtual ~UTGenerator()
Destructor.
Definition:
UTGenerator.cpp:37
gum
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition:
agrum.h:25
gum::UTGenerator
Abstract class for generating Utility Tables.
Definition:
UTGenerator.h:43
gum::UTGenerator::UTGenerator
UTGenerator()
Default constructor.
Definition:
UTGenerator.cpp:34