MeshKernel
|
A simple bounded stack. More...
#include <MeshTriangulation.hpp>
Public Member Functions | |
UInt | size () const |
Number of elements in the array. | |
void | push_back (const UInt index) |
Add an element to the end of the array. | |
UInt | operator[] (const UInt index) const |
Get the element at the position. | |
UInt & | operator[] (const UInt index) |
Get the element at the position. | |
std::array< UInt, Dimension >::const_iterator | begin () const |
The iterator at the start of the array. | |
std::array< UInt, Dimension >::const_iterator | end () const |
The iterator at the end of the array. | |
bool | contains (const UInt index) const |
Does the array contain the element value or not. | |
A simple bounded stack.