BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
14 namespace BALL
15 {
20 
24 
28 
32 
36 
38 }
39 
40 #endif // BALL_KERNEL_BONDITERATOR_H
std::reverse_iterator< BondIterator > BondReverseIterator
Reverse random access iterator for bonds.
Definition: atom.h:919
Atom::BondConstReverseIterator AtomBondConstReverseIterator
Definition: bondIterator.h:35
Atom::BondReverseIterator AtomBondReverseIterator
Definition: bondIterator.h:31
std::reverse_iterator< BondConstIterator > BondConstReverseIterator
Constant reverse random access iterator for bonds.
Definition: atom.h:934
Atom::BondConstIterator AtomBondConstIterator
Definition: bondIterator.h:27
Atom::BondIterator AtomBondIterator
Definition: bondIterator.h:23