aGrUM  0.14.2
IDatabaseTable.h File Reference

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

#include <cstddef>
#include <utility>
#include <string>
#include <cstring>
#include <memory>
#include <vector>
#include <mutex>
#include <agrum/agrum.h>
#include <agrum/core/thread.h>
#include <agrum/core/OMPThreads.h>
#include <agrum/learning/database/DBCell.h>
#include <agrum/learning/database/DBRow.h>
#include <agrum/learning/database/DBHandler.h>
#include <agrum/learning/database/DBTranslator.h>
#include <agrum/learning/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< ALLOC, ENABLE_INSERT >
 
struct  gum::learning::IDatabaseTableInsert4DBCell< ALLOC, true >
 
struct  gum::learning::IDatabaseTableInsert4DBCell< ALLOC, false >
 
class  gum::learning::IDatabaseTable< T_DATA, ALLOC >
 The common class for the tabular database tables. More...
 
class  gum::learning::IDatabaseTable< T_DATA, ALLOC >::Handler
 the (unsafe) handler for the tabular databases More...
 
class  gum::learning::IDatabaseTable< T_DATA, ALLOC >::HandlerSafe
 the safe handler of the tabular databases More...
 

Namespaces

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

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 and Pierre-Henri WUILLEMIN

Definition in file IDatabaseTable.h.