src/hugo/for_each_macros.h
changeset 647 19dd325da0e8
parent 639 a11a4377a816
child 654 8fd893331298
equal deleted inserted replaced
2:6ce7679fed9e 3:afa4e351bfa7
     1 // -*- c++ -*-
     1 // -*- c++ -*-
     2 #ifndef FOR_EACH_MACROS_H
     2 #ifndef HUGO_FOR_EACH_MACROS_H
     3 #define FOR_EACH_MACROS_H
     3 #define HUGO_FOR_EACH_MACROS_H
     4 
     4 
     5 // /// \ingroup gwrappers
     5 // /// \ingroup gwrappers
     6 /// \file
     6 /// \file
     7 /// \brief Iteration macros.
     7 /// \brief Iteration macros.
     8 ///
     8 ///
   159 // #define FOR_EACH_OUTEDGE_LOC(e, g, v) for((g).first((e), (v)); (g).valid((e)); (g).next((e)))
   159 // #define FOR_EACH_OUTEDGE_LOC(e, g, v) for((g).first((e), (v)); (g).valid((e)); (g).next((e)))
   160 
   160 
   161 
   161 
   162 } //namespace hugo
   162 } //namespace hugo
   163 
   163 
   164 #endif //FOR_EACH_MACROS_H
   164 #endif //HUGO_FOR_EACH_MACROS_H