LAMA
lama::UtilsInterface::Indexes Struct Reference

Structure with type definitions for methods on indexes. More...

#include <LAMAInterface.hpp>

Public Types

typedef bool(* validIndexes )(const IndexType array[], const IndexType n, const IndexType size)
 Check that all values in array are in a certain range.

Detailed Description

Structure with type definitions for methods on indexes.


Member Typedef Documentation

typedef bool( * lama::UtilsInterface::Indexes::validIndexes)(const IndexType array[], const IndexType n, const IndexType size)

Check that all values in array are in a certain range.

Parameters:
arrayis an array of index values
nis the size of array
sizespecifies the range in which array values must fit
Returns:
true if $ 0 \le array[i] < size for all i = 0, ..., n-1$

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