
--- milena/ChangeLog | 4 ++++ milena/mln/core/macros.hh | 6 ++++++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index faaf934..5ce1170 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -24,6 +24,10 @@ 2008-10-22 Roland Levillain <roland@lrde.epita.fr> + * mln/core/macros.hh (mln_geom, mln_geom_): New macros. + +2008-10-22 Roland Levillain <roland@lrde.epita.fr> + Add accessors to implementations class of complex iterators. * mln/topo/internal/complex_set_iterator_base.hh diff --git a/milena/mln/core/macros.hh b/milena/mln/core/macros.hh index 2b800e0..d075bdb 100644 --- a/milena/mln/core/macros.hh +++ b/milena/mln/core/macros.hh @@ -186,6 +186,12 @@ // g +/// Shortcuts to access the geometry type associated to T. +/// \{ +# define mln_geom(T) typename T::geom +# define mln_geom_(T) T::geom +/// \} + /// Shortcuts to access the grid type associated to T. /// \{ # define mln_grid(T) typename T::grid -- 1.6.0.1