OTB
9.0.0
Orfeo Toolbox
|
#include <otbObjectList.h>
Public Types | |
typedef InternalContainerType::const_reverse_iterator | InternalReverseConstIteratorType |
Public Member Functions | |
ObjectPointerType | Get (void) |
bool | operator!= (const ReverseConstIterator &it) |
ReverseConstIterator & | operator++ () |
ReverseConstIterator & | operator-- () |
ReverseConstIterator & | operator= (const ReverseConstIterator &it) |
ReverseConstIterator & | operator= (const ReverseIterator &it) |
bool | operator== (const ReverseConstIterator &it) |
ReverseConstIterator () | |
ReverseConstIterator (const ReverseConstIterator &it) | |
ReverseConstIterator (const ReverseIterator &it) | |
ReverseConstIterator (InternalReverseConstIteratorType iter) | |
Private Attributes | |
InternalReverseConstIteratorType | m_Iter |
Friends | |
class | ConstIterator |
class | Iterator |
class | ObjectList |
class | ReverseIterator |
ReverseConstIterator of the object list.
Definition at line 503 of file otbObjectList.h.
typedef InternalContainerType::const_reverse_iterator otb::ObjectList< TObject >::ReverseConstIterator::InternalReverseConstIteratorType |
typedef of the internal iterator
Definition at line 511 of file otbObjectList.h.
|
inline |
Constructor
Definition at line 514 of file otbObjectList.h.
|
inline |
Constructor with iternal iterator parameter
Definition at line 517 of file otbObjectList.h.
|
inline |
Copy operator.
Definition at line 585 of file otbObjectList.h.
References otb::ObjectList< TObject >::ReverseConstIterator::m_Iter.
|
inline |
Copy operator.
Definition at line 593 of file otbObjectList.h.
References otb::ObjectList< TObject >::ReverseIterator::m_Iter.
|
inline |
Get the current object.
Definition at line 525 of file otbObjectList.h.
|
inline |
Difference comparison operator.
Definition at line 551 of file otbObjectList.h.
References otb::ObjectList< TObject >::ReverseConstIterator::m_Iter.
|
inline |
Increment.
Definition at line 533 of file otbObjectList.h.
|
inline |
Decrement.
Definition at line 542 of file otbObjectList.h.
|
inline |
Instantiation operator.
Definition at line 567 of file otbObjectList.h.
References otb::ObjectList< TObject >::ReverseConstIterator::m_Iter.
|
inline |
Instantiation operator.
Definition at line 576 of file otbObjectList.h.
References otb::ObjectList< TObject >::ReverseIterator::m_Iter.
|
inline |
Equality comparison operator.
Definition at line 559 of file otbObjectList.h.
References otb::ObjectList< TObject >::ReverseConstIterator::m_Iter.
|
friend |
Definition at line 508 of file otbObjectList.h.
|
friend |
Definition at line 507 of file otbObjectList.h.
|
friend |
Definition at line 506 of file otbObjectList.h.
|
friend |
Definition at line 509 of file otbObjectList.h.
|
private |
Definition at line 596 of file otbObjectList.h.
Referenced by otb::ObjectList< TObject >::ReverseConstIterator::operator!=(), otb::ObjectList< TObject >::ReverseConstIterator::operator=(), otb::ObjectList< TObject >::ReverseConstIterator::operator==(), and otb::ObjectList< TObject >::ReverseConstIterator::ReverseConstIterator().