aGrUM  0.14.2
DBTranslator.h File Reference

The base class for all the tabular databases' cell translators. More...

#include <string>
#include <limits>
#include <vector>
#include <utility>
#include <agrum/agrum.h>
#include <agrum/core/bijection.h>
#include <agrum/core/set.h>
#include <agrum/variables/variable.h>
#include <agrum/learning/database/DBTranslatedValue.h>
#include <agrum/learning/database/DBTranslator_tpl.h>
+ Include dependency graph for DBTranslator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::learning::DBTranslator< ALLOC >
 The base class for all the tabular database cell translators. More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 
 gum::learning
 

Detailed Description

The base class for all the tabular databases' cell translators.

This file contains the basis for interacting with a tabular database as a translator. Every translator should derive from this class.

Author
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file DBTranslator.h.