Pteros  2.0
Molecular modeling library for human beings!
pteros::Selection::iterator Class Reference

Random-access forward iterator for Selection. More...

#include <selection.h>

Public Types

using value_type = AtomHandler
 
using difference_type = size_t
 
using pointer = AtomHandler *
 
using reference = AtomHandler &
 
using iterator_category = std::random_access_iterator_tag
 

Public Member Functions

 iterator (const Selection &sel, int i)
 
iterator operator++ (int junk)
 
iteratoroperator++ ()
 
iteratoroperator+ (int i)
 
iteratoroperator- (int i)
 
reference operator* ()
 
pointer operator-> ()
 
bool operator== (const iterator &rhs)
 
bool operator!= (const iterator &rhs)
 

Detailed Description

Random-access forward iterator for Selection.


The documentation for this class was generated from the following file: