#include <Iterator.h>
|
void | print (std::ostream &os) const override |
|
Definition at line 27 of file Iterator.h.
◆ Iterator()
lorenz95::Iterator::Iterator |
( |
const Resolution & |
res, |
|
|
const int & |
index |
|
) |
| |
◆ classname()
static const std::string lorenz95::Iterator::classname |
( |
| ) |
|
|
inlinestatic |
◆ index()
int lorenz95::Iterator::index |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool lorenz95::Iterator::operator!= |
( |
const Iterator & |
other | ) |
const |
◆ operator*()
eckit::geometry::Point2 lorenz95::Iterator::operator* |
( |
| ) |
const |
◆ operator++()
Iterator & lorenz95::Iterator::operator++ |
( |
| ) |
|
◆ operator==()
bool lorenz95::Iterator::operator== |
( |
const Iterator & |
other | ) |
const |
◆ print()
void lorenz95::Iterator::print |
( |
std::ostream & |
os | ) |
const |
|
inlineoverrideprivate |
◆ index_
int lorenz95::Iterator::index_ |
|
private |
◆ res_
const int lorenz95::Iterator::res_ |
|
private |
The documentation for this class was generated from the following files: