Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::Scan< Connector1 > Class Referenceabstract

A scanner for 1D connectors on the processor intersection (cap) More...

#include <mesh_p.hh>

Inheritance diagram for concepts::Scan< Connector1 >:
concepts::Scan< Connector >

Public Member Functions

Connector1operator++ (int)=0
 Returns the next connector of the cap.
 
 operator int ()
 Returns true as long as the end of the scanned set is not reached yet.
 
virtual bool eos () const=0
 Returns true if the end of the scanned set is reached.
 
virtual Scanclone () const=0
 Returns a clone of the scanner.
 

Detailed Description

A scanner for 1D connectors on the processor intersection (cap)

Definition at line 35 of file mesh_p.hh.

Member Function Documentation

◆ operator int()

concepts::Scan< Connector >::operator int ( )
inlineinherited

Returns true as long as the end of the scanned set is not reached yet.

Definition at line 34 of file scannerConnectors.hh.

◆ operator++()

Returns the next connector of the cap.

Implements concepts::Scan< Connector >.


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