![]() |
Rosetta
2021.16
|
const_iterator class for SilentFileData container. More...
#include <DecoySetEvaluation.hh>
Public Member Functions | |
| OP_const_iterator ()=default | |
| empty constructor More... | |
| OP_const_iterator (const_iterator s_iter) | |
| Constructor, given an iterator into the Structure_Map. More... | |
| bool | operator== (const OP_const_iterator &other) |
| bool | operator!= (const OP_const_iterator &other) |
| OP_const_iterator & | operator++ () |
| OP_const_iterator & | operator-- () |
| value_type | operator-> () const |
| value_type | operator* () const |
Private Types | |
| typedef SomeOP | value_type |
| typedef value_type * | pointer |
| typedef value_type & | reference |
| typedef std::ptrdiff_t | difference_type |
| typedef std::bidirectional_iterator_tag | iterator_category |
Private Attributes | |
| const_iterator | it_ |
const_iterator class for SilentFileData container.
|
private |
|
private |
|
private |
|
private |
|
private |
|
default |
empty constructor
|
inline |
Constructor, given an iterator into the Structure_Map.
References protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::it_.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Referenced by protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::OP_const_iterator(), protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::operator!=(), protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::operator*(), protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::operator++(), protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::operator--(), protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::operator->(), and protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::operator==().
1.8.7