#include <odbxx.h>
Definition at line 419 of file odbxx.h.
◆ iterator()
| midas::odb::iterator::iterator |
( |
u_odb * |
pu | ) |
|
|
inline |
◆ operator!=()
| bool midas::odb::iterator::operator!= |
( |
const iterator & |
other | ) |
const |
|
inline |
◆ operator*()
| u_odb & midas::odb::iterator::operator* |
( |
| ) |
|
|
inline |
◆ operator++() [1/2]
| iterator midas::odb::iterator::operator++ |
( |
| ) |
|
|
inline |
Definition at line 424 of file odbxx.h.
424 {
426 return *this;
427 }
◆ operator++() [2/2]
| iterator midas::odb::iterator::operator++ |
( |
int |
| ) |
|
|
inline |
Definition at line 430 of file odbxx.h.
430 {
433 return ret;
434 }
◆ pu_odb
| u_odb* midas::odb::iterator::pu_odb |
|
private |
The documentation for this class was generated from the following file: