12#ifndef ARCANE_EXPR_ARRAYEXPRESSIONIMPL_H
13#define ARCANE_EXPR_ARRAYEXPRESSIONIMPL_H
17#include "arcane/expr/ExpressionImpl.h"
18#include "arcane/expr/Expression.h"
19#include "arcane/expr/ExpressionResult.h"
20#include "arcane/expr/BadOperandException.h"
36class ArrayExpressionImpl
37:
public ExpressionImpl
42 ~ArrayExpressionImpl();
virtual Integer vectorSize() const
Number of elements in the vector.
Generic binary operator for expressions.
Polymorphic base type for arrays (dimension 1).
Constant view of an array of type T.
Polymorphic base type of an expression.
Interface for the different implementations of an expression.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.