![]() |
Cadabra
Computer algebra system for field theory problems
|
#include <string>#include <memory>#include <fstream>#include <pybind11/pybind11.h>#include <pybind11/embed.h>Go to the source code of this file.
Classes | |
| class | Shell |
| class | Shell::CatchOutput |
| class | ExitRequest |
Functions | |
| Shell::Flags & | operator|= (Shell::Flags &lhs, Shell::Flags rhs) |
| Shell::Flags | operator| (Shell::Flags lhs, Shell::Flags rhs) |
| bool | operator& (Shell::Flags lhs, Shell::Flags rhs) |
| bool operator& | ( | Shell::Flags | lhs, |
| Shell::Flags | rhs | ||
| ) |
| Shell::Flags operator| | ( | Shell::Flags | lhs, |
| Shell::Flags | rhs | ||
| ) |
| Shell::Flags & operator|= | ( | Shell::Flags & | lhs, |
| Shell::Flags | rhs | ||
| ) |