Flow123d  master-f44eb46
Public Member Functions | Private Attributes | List of all members
SideIter Class Reference

#include <accessors.hh>

Collaboration diagram for SideIter:
Collaboration graph
[legend]

Public Member Functions

 SideIter ()
 
 SideIter (const Side &side)
 
bool operator== (const SideIter &other)
 
bool operator!= (const SideIter &other)
 
const Sideoperator* () const
 
const Sideoperator-> () const
 -> dereference operator More...
 
SideIteroperator++ ()
 prefix increment iterate only on local element More...
 

Private Attributes

Side side_
 

Detailed Description

Definition at line 490 of file accessors.hh.

Constructor & Destructor Documentation

◆ SideIter() [1/2]

SideIter::SideIter ( )
inline

Definition at line 492 of file accessors.hh.

◆ SideIter() [2/2]

SideIter::SideIter ( const Side side)
inline

Definition at line 495 of file accessors.hh.

Member Function Documentation

◆ operator!=()

bool SideIter::operator!= ( const SideIter other)
inline

Definition at line 505 of file accessors.hh.

◆ operator*()

const Side& SideIter::operator* ( ) const
inline
  • dereference operator

Definition at line 510 of file accessors.hh.

◆ operator++()

SideIter& SideIter::operator++ ( )
inline

prefix increment iterate only on local element

Definition at line 518 of file accessors.hh.

◆ operator->()

const Side* SideIter::operator-> ( ) const
inline

-> dereference operator

Definition at line 514 of file accessors.hh.

◆ operator==()

bool SideIter::operator== ( const SideIter other)
inline

Definition at line 499 of file accessors.hh.

Member Data Documentation

◆ side_

Side SideIter::side_
private

Definition at line 524 of file accessors.hh.


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