APRONXX  0.9.12
Public Member Functions | Public Attributes | List of all members
apron::dim Class Reference

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...
 

Detailed Description

Represents a dimension (i.e., variable by index) in an expression tree.

Constructor & Destructor Documentation

◆ dim() [1/2]

dim::dim ( ap_dim_t  d)
inline

Standard constructor.

◆ dim() [2/2]

dim::dim ( const environment e,
const var v 
)
inline

Extract dimension corresponding to variable name in given environment.

Exceptions
std::invalid_argumentif the variable does not exist.

Member Data Documentation

◆ d

ap_dim_t apron::dim::d

Dimension index.


The documentation for this class was generated from the following files: