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

The class representing a record stored in a tabular database. More...

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

Go to the source code of this file.

Classes

class  gum::learning::DBRow< T_DATA >
 The class for storing a record in a database. 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 class representing a record stored in a tabular database.

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

Definition in file DBRow.h.