Simpatico  v1.10
ConstGroupIterator.h
1 #ifndef DDMD_CONST_GROUP_ITERATOR_H
2 #define DDMD_CONST_GROUP_ITERATOR_H
3 
4 /*
5 * Simpatico - Simulation Package for Polymeric and Molecular Liquids
6 *
7 * Copyright 2010 - 2017, The Regents of the University of Minnesota
8 * Distributed under the terms of the GNU General Public License.
9 */
10 
11 #include <util/containers/ConstPArrayIterator.h>
12 
13 namespace DdMd
14 {
15 
16  using namespace Util;
17  template <int N> class Group;
18 
26  template <int N>
27  class ConstGroupIterator : public ConstPArrayIterator< Group<N> >
28  {};
29 
30 }
31 #endif
Forward iterator for a PArray.
Parallel domain decomposition (DD) MD simulation.
Utility classes for scientific computation.
Definition: accumulators.mod:1
Const iterator for all Group < N > objects owned by a GroupStorage < N >.