#include <fed.h>
Public Member Functions | |
| const_iterator (const fdbm_t *fed) | |
| Constructor:. | |
| const_iterator (const fed_t &fed) | |
| const_iterator () | |
| const dbm_t & | operator * () const |
| Dereference to dbm_t. | |
| const dbm_t * | operator-> () const |
| Dereference to dbm_t*,. | |
| const raw_t * | operator() () const |
| Access to the matrix as for fed_t. | |
| raw_t | operator() (cindex_t i, cindex_t j) const |
| const_iterator & | operator++ () |
| Increment iterator,. | |
| bool | null () const |
| Test if there are DBMs left on the list. | |
| bool | hasNext () const |
| bool | operator== (const const_iterator &arg) const |
| Equality test of the internal fdbm_t*. | |
| bool | operator!= (const const_iterator &arg) const |
Static Public Attributes | |
| static const const_iterator | ENDI |
| Const iterator for end of list. | |
Private Attributes | |
| const fdbm_t * | fdbm |
|
|
Constructor:.
|
|
|
|
|
|
|
|
|
|
|
|
Test if there are DBMs left on the list.
|
|
|
Dereference to dbm_t.
|
|
|
|
|
||||||||||||
|
|
|
|
Access to the matrix as for fed_t.
|
|
|
Increment iterator,.
|
|
|
Dereference to dbm_t*,.
|
|
|
Equality test of the internal fdbm_t*.
|
|
|
Const iterator for end of list.
|
|
|
|
1.4.2