BALL 1.5.0
bondIterator.h
Go to the documentation of this file.
1// -*- Mode: C++; tab-width: 2; -*-
2// vi: set ts=2:
3//
4// $Id: bondIterator.h,v 1.9 2003/08/26 08:04:17 oliver Exp $
5//
6
7#ifndef BALL_KERNEL_BONDITERATOR_H
8#define BALL_KERNEL_BONDITERATOR_H
9
10#ifndef BALL_KERNEL_ATOM_H
11# include <BALL/KERNEL/atom.h>
12#endif
13
14namespace BALL
15{
20
24
28
32
36
38}
39
40#endif // BALL_KERNEL_BONDITERATOR_H
Definition: constants.h:13
Atom::BondConstReverseIterator AtomBondConstReverseIterator
Definition: bondIterator.h:35
Atom::BondConstIterator AtomBondConstIterator
Definition: bondIterator.h:27
Atom::BondIterator AtomBondIterator
Definition: bondIterator.h:23
Atom::BondReverseIterator AtomBondReverseIterator
Definition: bondIterator.h:31
std::reverse_iterator< BondIterator > BondReverseIterator
Reverse random access iterator for bonds.
Definition: atom.h:919
std::reverse_iterator< BondConstIterator > BondConstReverseIterator
Constant reverse random access iterator for bonds.
Definition: atom.h:934