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

The common class for the tabular database tables. More...

#include <cstddef>
#include <cstring>
#include <memory>
#include <mutex>
#include <string>
#include <utility>
#include <vector>
#include <agrum/agrum.h>
#include <agrum/base/core/threads/threadExecutor.h>
#include <agrum/base/core/threads/threads.h>
#include <agrum/base/database/DBCell.h>
#include <agrum/base/database/DBHandler.h>
#include <agrum/base/database/DBTranslator.h>
#include <agrum/base/database/IDatabaseTable_tpl.h>
Include dependency graph for IDatabaseTable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  gum::learning::IDatabaseTableInsert4DBCell< true >
struct  gum::learning::IDatabaseTableInsert4DBCell< false >
class  gum::learning::IDatabaseTable< T_DATA >
 The common class for the tabular database tables. More...
class  gum::learning::IDatabaseTable< T_DATA >::Handler
 the (unsafe) handler for the tabular databases More...
class  gum::learning::IDatabaseTable< T_DATA >::HandlerSafe
 the safe handler of the tabular databases 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 common class for the tabular database tables.

IDatabases are not intended to be created as is but should be created through the RawDatabaseTable and DatabaseTable classes.

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

Definition in file IDatabaseTable.h.