|
Rosetta 3.5
|
const_iterator class for SilentFileData container. More...
#include <DecoySetEvaluation.hh>

Public Member Functions | |
| OP_const_iterator () | |
| empty constructor More... | |
| OP_const_iterator (const_iterator s_iter) | |
| Constructor, given an iterator into the Structure_Map. More... | |
| ~OP_const_iterator () | |
| OP_const_iterator & | operator= (const OP_const_iterator &src) |
| 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.
Definition at line 41 of file DecoySetEvaluation.hh.
|
private |
Definition at line 45 of file DecoySetEvaluation.hh.
|
private |
Definition at line 46 of file DecoySetEvaluation.hh.
|
private |
Definition at line 43 of file DecoySetEvaluation.hh.
|
private |
Definition at line 44 of file DecoySetEvaluation.hh.
|
private |
Definition at line 42 of file DecoySetEvaluation.hh.
|
inline |
empty constructor
Definition at line 50 of file DecoySetEvaluation.hh.
|
inline |
Constructor, given an iterator into the Structure_Map.
Definition at line 53 of file DecoySetEvaluation.hh.
References protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::it_.
|
inline |
Definition at line 57 of file DecoySetEvaluation.hh.
|
inline |
Definition at line 68 of file DecoySetEvaluation.hh.
References protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::it_.
|
inline |
Definition at line 86 of file DecoySetEvaluation.hh.
References protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::it_.
|
inline |
Definition at line 72 of file DecoySetEvaluation.hh.
References protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::it_.
|
inline |
Definition at line 77 of file DecoySetEvaluation.hh.
References protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::it_.
|
inline |
Definition at line 82 of file DecoySetEvaluation.hh.
References protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::it_.
|
inline |
Definition at line 59 of file DecoySetEvaluation.hh.
References protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::it_.
|
inline |
Definition at line 64 of file DecoySetEvaluation.hh.
References protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::it_.
|
private |
Definition at line 91 of file DecoySetEvaluation.hh.
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->(), protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::operator=(), and protocols::toolbox::OP_const_iterator< const_iterator, SomeOP >::operator==().
1.8.4