#include <qbpp.hpp>
Definition at line 588 of file qbpp.hpp.
◆ IndexVarMapper() [1/2]
qbpp::impl::IndexVarMapper::IndexVarMapper |
( |
| ) |
|
|
privatedelete |
◆ IndexVarMapper() [2/2]
qbpp::impl::IndexVarMapper::IndexVarMapper |
( |
const Expr & |
expr | ) |
|
|
inlineexplicit |
◆ compute_index_var()
std::vector< Var > qbpp::impl::IndexVarMapper::compute_index_var |
( |
const Expr & |
expr | ) |
|
|
inlineprivate |
◆ compute_var_index()
std::vector< vindex_t > qbpp::impl::IndexVarMapper::compute_var_index |
( |
const std::vector< Var > & |
index_var | ) |
|
|
inlineprivate |
◆ get_index_var()
const std::vector<Var>& qbpp::impl::IndexVarMapper::get_index_var |
( |
| ) |
const |
|
inline |
◆ get_var_index()
const std::vector<vindex_t>& qbpp::impl::IndexVarMapper::get_var_index |
( |
| ) |
const |
|
inline |
◆ var_count()
vindex_t qbpp::impl::IndexVarMapper::var_count |
( |
| ) |
const |
|
inline |
◆ get_index()
vindex_t qbpp::impl::IndexVarMapper::get_index |
( |
Var |
var | ) |
const |
|
inline |
◆ get_var()
Var qbpp::impl::IndexVarMapper::get_var |
( |
vindex_t |
index | ) |
const |
|
inline |
◆ has()
bool qbpp::impl::IndexVarMapper::has |
( |
Var |
var | ) |
const |
|
inline |
◆ index_var_
const std::vector<Var> qbpp::impl::IndexVarMapper::index_var_ |
|
private |
◆ var_index_
const std::vector<vindex_t> qbpp::impl::IndexVarMapper::var_index_ |
|
private |
The documentation for this class was generated from the following file: