Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.6.0
\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}} \newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=} \newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]} \newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts

Enumerations

enum  IteratorStates { valid , past_the_end , invalid }
 

Detailed Description

Namespace in which an enumeration is declared that denotes the states in which an iterator can be in.

Enumeration Type Documentation

◆ IteratorStates

The three states an iterator can be in: valid, past-the-end and invalid.

Enumerator
valid 

Iterator points to a valid object.

past_the_end 

Iterator reached end of container.

invalid 

Iterator is invalid, probably due to an error.

Definition at line 34 of file tria_iterator_base.h.