OOPS
lorenz95::Iterator Class Reference

#include <Iterator.h>

Inheritance diagram for lorenz95::Iterator:
Collaboration diagram for lorenz95::Iterator:

Public Member Functions

 Iterator (const Resolution &res, const int &index)
 
bool operator== (const Iterator &) const
 
bool operator!= (const Iterator &) const
 
eckit::geometry::Point2 operator* () const
 
Iteratoroperator++ ()
 
int index () const
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &os) const override
 

Private Attributes

const int res_
 
int index_
 

Detailed Description

Definition at line 27 of file Iterator.h.

Constructor & Destructor Documentation

◆ Iterator()

lorenz95::Iterator::Iterator ( const Resolution res,
const int &  index 
)

Definition at line 15 of file Iterator.cc.

Member Function Documentation

◆ classname()

static const std::string lorenz95::Iterator::classname ( )
inlinestatic

Definition at line 32 of file Iterator.h.

◆ index()

int lorenz95::Iterator::index ( ) const
inline

Definition at line 41 of file Iterator.h.

Here is the caller graph for this function:

◆ operator!=()

bool lorenz95::Iterator::operator!= ( const Iterator other) const

Definition at line 24 of file Iterator.cc.

◆ operator*()

eckit::geometry::Point2 lorenz95::Iterator::operator* ( ) const

Definition at line 29 of file Iterator.cc.

◆ operator++()

Iterator & lorenz95::Iterator::operator++ ( )

Definition at line 34 of file Iterator.cc.

◆ operator==()

bool lorenz95::Iterator::operator== ( const Iterator other) const

Definition at line 19 of file Iterator.cc.

◆ print()

void lorenz95::Iterator::print ( std::ostream &  os) const
inlineoverrideprivate

Definition at line 44 of file Iterator.h.

Member Data Documentation

◆ index_

int lorenz95::Iterator::index_
private

Definition at line 46 of file Iterator.h.

◆ res_

const int lorenz95::Iterator::res_
private

Definition at line 45 of file Iterator.h.


The documentation for this class was generated from the following files: