|
Rosetta 3.5
|
#include <FrameIterator.hh>


Public Member Functions | |
| FrameIterator (FrameIteratorWorker_OP it) | |
| FrameIterator () | |
| ~FrameIterator () | |
| bool | operator!= (FrameIterator const &fi) const |
| bool | operator== (FrameIterator const &fi) const |
| FrameIterator & | operator++ () |
| FrameIterator & | operator+ (Size offset) |
| FrameIterator const & | operator= (FrameIterator const &itr) |
| FrameOP | operator* () |
| FrameCOP | operator* () const |
| FrameOP | operator-> () |
| FrameCOP | operator-> () const |
| FrameOP | frame_ptr () |
| FrameCOP | frame_ptr () const |
Protected Attributes | |
| FrameIteratorWorker_OP | it_ |
Friends | |
| class | FragID_Iterator |
Definition at line 67 of file FrameIterator.hh.
| core::fragment::FrameIterator::FrameIterator | ( | FrameIteratorWorker_OP | it) |
Definition at line 53 of file FrameIterator.cc.
| core::fragment::FrameIterator::FrameIterator | ( | ) |
Definition at line 54 of file FrameIterator.cc.
| core::fragment::FrameIterator::~FrameIterator | ( | ) |
Definition at line 55 of file FrameIterator.cc.
| FrameOP core::fragment::FrameIterator::frame_ptr | ( | ) |
Definition at line 96 of file FrameIterator.cc.
References it_.
Referenced by operator*(), and operator->().
| FrameCOP core::fragment::FrameIterator::frame_ptr | ( | ) | const |
Definition at line 100 of file FrameIterator.cc.
References it_.
| bool core::fragment::FrameIterator::operator!= | ( | FrameIterator const & | fi) | const |
Definition at line 57 of file FrameIterator.cc.
References it_.
| FrameOP core::fragment::FrameIterator::operator* | ( | ) |
Definition at line 80 of file FrameIterator.cc.
References frame_ptr().
| FrameCOP core::fragment::FrameIterator::operator* | ( | ) | const |
Definition at line 84 of file FrameIterator.cc.
References frame_ptr().
| FrameIterator & core::fragment::FrameIterator::operator+ | ( | Size | offset) |
Definition at line 70 of file FrameIterator.cc.
| FrameIterator & core::fragment::FrameIterator::operator++ | ( | ) |
Definition at line 65 of file FrameIterator.cc.
| FrameOP core::fragment::FrameIterator::operator-> | ( | ) |
Definition at line 88 of file FrameIterator.cc.
References frame_ptr().
| FrameCOP core::fragment::FrameIterator::operator-> | ( | ) | const |
Definition at line 92 of file FrameIterator.cc.
References frame_ptr().
| FrameIterator const & core::fragment::FrameIterator::operator= | ( | FrameIterator const & | itr) |
Definition at line 75 of file FrameIterator.cc.
References it_.
| bool core::fragment::FrameIterator::operator== | ( | FrameIterator const & | fi) | const |
Definition at line 61 of file FrameIterator.cc.
References it_.
|
friend |
Definition at line 68 of file FrameIterator.hh.
|
protected |
Definition at line 95 of file FrameIterator.hh.
Referenced by frame_ptr(), operator!=(), operator=(), and operator==().
1.8.4