aGrUM  0.16.0
IDiscretizedVariable_inl.h
Go to the documentation of this file.
1 
23 #ifndef DOXYGEN_SHOULD_SKIP_THIS
24 
25 
26 namespace gum {
27 
28 
30  INLINE
31  IDiscretizedVariable::IDiscretizedVariable(const std::string& aName,
32  const std::string& aDesc) :
33  DiscreteVariable(aName, aDesc) {}
34 
35 
37  INLINE
39  DiscreteVariable(from) {}
40 
41 
43  INLINE
45 
46 
48  INLINE
50  operator=(const IDiscretizedVariable& from) {
52  return *this;
53  }
54 
55 
56 } /* namespace gum */
57 
58 
59 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
DiscreteVariable & operator=(const DiscreteVariable &aRV)
Copy operator.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
virtual ~IDiscretizedVariable()
destructor
IDiscretizedVariable & operator=(const IDiscretizedVariable &from)
copy operator
IDiscretizedVariable(const std::string &aName, const std::string &aDesc)
Default constructor.
DiscreteVariable()
(protected) Default constructor