aGrUM
0.16.0
variable.cpp
Go to the documentation of this file.
1
23
#include <
agrum/variables/variable.h
>
24
25
#ifdef GUM_NO_INLINE
26
# include <
agrum/variables/variable_inl.h
>
27
#endif
/* GUM_NO_INLINE */
28
29
#ifndef DOXYGEN_SHOULD_SKIP_THIS
30
31
namespace
gum
{
32
34
35
std::ostream&
operator<<
(std::ostream& s,
const
Variable& LDRV) {
36
s << LDRV.name() <<
": "
<< LDRV.description();
37
return
s;
38
}
39
40
}
/* namespace gum */
41
42
#endif // DOXYGEN_SHOULD_SKIP_THIS
variable_inl.h
gum
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition:
agrum.h:25
gum::operator<<
std::ostream & operator<<(std::ostream &output, const BayesNet< GUM_SCALAR > &bn)
Prints map's DAG in output using the Graphviz-dot format.
Definition:
BayesNet_tpl.h:605
variable.h
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.