aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
DBHandler.h File Reference

The base class for all database handlers. More...

#include <cstddef>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <agrum/agrum.h>
#include <agrum/base/database/DBRow.h>
Include dependency graph for DBHandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::learning::DBHandler< T_DATA >
 The base class for all database handlers. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities
namespace  gum::learning
 include the inlined functions if necessary

Detailed Description

The base class for all database handlers.

Author
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file DBHandler.h.