|
|
static bool | isAnAbbreviation (Expr const &ab) |
| |
|
static AbstractParent * | find (std::string_view name) |
| |
|
static AbstractParent * | find (Expr const &abreviation) |
| |
|
static AbstractParent * | find_opt (std::string_view name) |
| |
|
static AbstractParent * | find_opt (Expr const &abreviation) |
| |
|
static void | compressAbbreviations (std::string const &name="") |
| |
|
static void | printAbbreviations (std::ostream &fout=std::cout) |
| |
|
static void | printAbbreviations (std::string_view name, std::ostream &fout=std::cout) |
| |
|
static void | enableEvaluation (std::string_view name) |
| |
|
static void | disableEvaluation (std::string_view name) |
| |
|
static void | toggleEvaluation (std::string_view name) |
| |
|
static void | enableGenericEvaluation (std::string_view name) |
| |
|
static void | disableGenericEvaluation (std::string_view name) |
| |
|
static void | toggleGenericEvaluation (std::string_view name) |
| |
|
static void | enableEvaluation (Expr const &abreviation) |
| |
|
static void | disableEvaluation (Expr const &abreviation) |
| |
|
static void | toggleEvaluation (Expr const &abreviation) |
| |
|
static csl::IndexStructure | getFreeStructure (csl::IndexStructure const &structure) |
| |
|
static csl::IndexStructure | getFreeStructure (Expr const &expr) |
| |
|
static std::optional< Expr > | findExisting (std::string_view name, Expr const &encaps) |
| |
|
static Expr | makeSubAbbrev (std::vector< csl::Expr > const &args, bool isProd) |
| |
|
static Expr | makeAbbreviation (std::string name, Expr const &encapsulated, bool split=true) |
| |
|
static Expr | makeAbbreviation (Expr const &encapsulated, bool split=true) |
| |
|
static void | removeAbbreviations (std::string const &name) |
| |
|
template<class ... Args> |
| static void | replace (Args &&...args) |
| |