aGrUM  0.16.0
types.h
Go to the documentation of this file.
1 
32 #ifndef GUM_TYPES_H
33 #define GUM_TYPES_H
34 
35 #include <climits>
36 #include <cstddef>
37 
38 namespace gum {
39 
42 
48  typedef std::size_t Size; // std::size_t Size;
49 
53  typedef Size Idx; // std::size_t Idx;
54 
55 
57 
58 } /* namespace gum */
59 
60 #endif /* GUM_TYPES_H */
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
Size Idx
Type for indexes.
Definition: types.h:53
std::size_t Size
In aGrUM, hashed values are unsigned long int.
Definition: types.h:48