|
APRONXX
0.9.7
|
Represents a dimension (i.e., variable by index) in an expression tree. More...
#include <apxx_texpr0.hh>
Public Member Functions | |
| dim (ap_dim_t d) | |
| Standard constructor. More... | |
| dim (const environment &e, const var &v) | |
| Extract dimension corresponding to variable name in given environment. More... | |
Public Attributes | |
| ap_dim_t | d |
| Dimension index. More... | |
Represents a dimension (i.e., variable by index) in an expression tree.
|
inline |
Standard constructor.
|
inline |
Extract dimension corresponding to variable name in given environment.
| std::invalid_argument | if the variable does not exist. |
| ap_dim_t apron::dim::d |
Dimension index.
1.8.11