47#ifndef GUM_DB_TRANSLATOR_UTILS_H
48#define GUM_DB_TRANSLATOR_UTILS_H
87 const bool editable_dictionary =
false,
88 std::size_t max_dico_entries
89 = std::numeric_limits< std::size_t >::max());
115 const std::vector< std::string >& missing_symbols,
116 const bool editable_dictionary =
false,
117 std::size_t max_dico_entries
118 = std::numeric_limits< std::size_t >::max());
The databases' cell translators for continuous variables.
The databases' cell translators for discretized variables.
The databases' cell translators for integer variables.
The databases' cell translators for labelized variables.
The databases' cell translators for numerical discrete variables.
The databases' cell translators for range variables.
Utilities for DBTranslators.
Base class for every random variable.
The base class for all the tabular database cell translators.
DBTranslator * create(const Variable &var, const bool editable_dictionary=false, std::size_t max_dico_entries=std::numeric_limits< std::size_t >::max())
named constructor
include the inlined functions if necessary
gum is the global namespace for all aGrUM entities