LBIBCell
 All Classes Functions Variables Friends Pages
LbmLib::CDEDirectionsIteratorD2Q5 Class Reference

The CDEDirectionsIteratorD2Q5 class Provides methods to handle the Directions. Use the Function Directions() to access this class. More...

#include <Direction.hpp>

Public Member Functions

 CDEDirectionsIteratorD2Q5 ()
 
 ~CDEDirectionsIteratorD2Q5 ()
 
std::array< Direction, 5 >
::const_iterator 
begin () const
 begin To allow ranged based loop to iterate over this class More...
 
std::array< Direction, 5 >
::const_iterator 
end () const
 end To allow ranged based loop to iterate over this class More...
 

Detailed Description

The CDEDirectionsIteratorD2Q5 class Provides methods to handle the Directions. Use the Function Directions() to access this class.

Definition at line 126 of file Direction.hpp.

Constructor & Destructor Documentation

LbmLib::CDEDirectionsIteratorD2Q5::CDEDirectionsIteratorD2Q5 ( )
inline

constructor

Definition at line 131 of file Direction.hpp.

LbmLib::CDEDirectionsIteratorD2Q5::~CDEDirectionsIteratorD2Q5 ( )
inline

non virtual destructor do not inherit from this class

Definition at line 136 of file Direction.hpp.

Member Function Documentation

std::array< Direction, 5 >::const_iterator LbmLib::CDEDirectionsIteratorD2Q5::begin ( ) const

begin To allow ranged based loop to iterate over this class

Returns
iterator to the begin

Definition at line 84 of file Direction.cpp.

std::array< Direction, 5 >::const_iterator LbmLib::CDEDirectionsIteratorD2Q5::end ( ) const

end To allow ranged based loop to iterate over this class

Returns
iterator to the end

Definition at line 88 of file Direction.cpp.


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