![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Nested class to iterate over PRMReferenceSlot and PRMSlotChain<GUM_SCALAR> instantiations. More...
#include <PRMInstance.h>
Public Member Functions | |
| RefConstIterator (const Set< PRMInstance< GUM_SCALAR > * > &set) | |
| RefConstIterator (const RefConstIterator &from) | |
| ~RefConstIterator () | |
| RefConstIterator & | operator= (const RefConstIterator &from) |
| RefConstIterator & | operator++ () |
| bool | isEnd () const |
| bool | operator!= (const RefConstIterator &from) const |
| bool | operator== (const RefConstIterator &from) const |
| const PRMInstance< GUM_SCALAR > & | operator* () const |
| const PRMInstance< GUM_SCALAR > * | operator-> () const |
Private Attributes | |
| const Set< PRMInstance< GUM_SCALAR > * > & | _set_ |
| Set< PRMInstance< GUM_SCALAR > * >::const_iterator | _iter_ |
Nested class to iterate over PRMReferenceSlot and PRMSlotChain<GUM_SCALAR> instantiations.
Definition at line 407 of file PRMInstance.h.
|
explicit |
Definition at line 487 of file PRMInstance_tpl.h.
Referenced by operator!=(), operator=(), and operator==().
| INLINE gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::RefConstIterator | ( | const RefConstIterator & | from | ) |
Definition at line 493 of file PRMInstance_tpl.h.
| INLINE gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::~RefConstIterator | ( | ) |
Definition at line 499 of file PRMInstance_tpl.h.
| INLINE bool gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::isEnd | ( | ) | const |
| INLINE bool gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::operator!= | ( | const RefConstIterator & | from | ) | const |
Definition at line 523 of file PRMInstance_tpl.h.
References RefConstIterator(), and _iter_.
| INLINE const PRMInstance< GUM_SCALAR > & gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::operator* | ( | ) | const |
Definition at line 536 of file PRMInstance_tpl.h.
References _iter_.
| INLINE PRMInstance< GUM_SCALAR >::RefConstIterator & gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::operator++ | ( | ) |
Definition at line 512 of file PRMInstance_tpl.h.
References _iter_.
| INLINE const PRMInstance< GUM_SCALAR > * gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::operator-> | ( | ) | const |
Definition at line 542 of file PRMInstance_tpl.h.
References _iter_.
| INLINE PRMInstance< GUM_SCALAR >::RefConstIterator & gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::operator= | ( | const RefConstIterator & | from | ) |
Definition at line 505 of file PRMInstance_tpl.h.
References RefConstIterator(), and _iter_.
| INLINE bool gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::operator== | ( | const RefConstIterator & | from | ) | const |
Definition at line 529 of file PRMInstance_tpl.h.
References RefConstIterator(), and _iter_.
|
private |
Definition at line 430 of file PRMInstance.h.
Referenced by isEnd(), operator!=(), operator*(), operator++(), operator->(), operator=(), and operator==().
|
private |
Definition at line 429 of file PRMInstance.h.
Referenced by isEnd().