![]() |
aGrUM 3.1.1
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 468 of file PRMInstance_tpl.h.
References gum::prm::PRMInstance< GUM_SCALAR >::PRMInstance(), _iter_, _set_, and gum::prm::PRMInstance< GUM_SCALAR >::begin().
Referenced by RefConstIterator(), operator!=(), operator=(), and operator==().
| gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::RefConstIterator | ( | const RefConstIterator & | from | ) |
Definition at line 474 of file PRMInstance_tpl.h.
References RefConstIterator(), _iter_, and _set_.
| gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::~RefConstIterator | ( | ) |
Definition at line 480 of file PRMInstance_tpl.h.
| bool gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::isEnd | ( | ) | const |
| bool gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::operator!= | ( | const RefConstIterator & | from | ) | const |
Definition at line 504 of file PRMInstance_tpl.h.
References RefConstIterator(), and _iter_.
| const PRMInstance< GUM_SCALAR > & gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::operator* | ( | ) | const |
Definition at line 517 of file PRMInstance_tpl.h.
References _iter_.
| PRMInstance< GUM_SCALAR >::RefConstIterator & gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::operator++ | ( | ) |
Definition at line 493 of file PRMInstance_tpl.h.
References _iter_.
| const PRMInstance< GUM_SCALAR > * gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::operator-> | ( | ) | const |
Definition at line 523 of file PRMInstance_tpl.h.
References _iter_.
| PRMInstance< GUM_SCALAR >::RefConstIterator & gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::operator= | ( | const RefConstIterator & | from | ) |
Definition at line 486 of file PRMInstance_tpl.h.
References RefConstIterator(), and _iter_.
| bool gum::prm::PRMInstance< GUM_SCALAR >::RefConstIterator::operator== | ( | const RefConstIterator & | from | ) | const |
Definition at line 510 of file PRMInstance_tpl.h.
References RefConstIterator(), and _iter_.
|
private |
Definition at line 430 of file PRMInstance.h.
Referenced by RefConstIterator(), RefConstIterator(), isEnd(), operator!=(), operator*(), operator++(), operator->(), operator=(), and operator==().
|
private |
Definition at line 429 of file PRMInstance.h.
Referenced by RefConstIterator(), RefConstIterator(), and isEnd().