![]() |
Cadabra
Computer algebra system for field theory problems
|
#include <iostream>#include <fstream>#include <sstream>#include <linenoise.hpp>#include <sys/types.h>#include <pwd.h>#include <regex>#include <internal/string_tools.h>#include "cadabra2-cli.hh"#include "CdbPython.hh"#include "Config.hh"#include "InstallPrefix.hh"#include "PreClean.hh"#include "pythoncdb/py_helpers.hh"#include <boost/dll.hpp>#include <locale>#include <codecvt>Functions | |
| std::string | replace_all (std::string const &original, std::string const &from, std::string const &to) |
| 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) |
| void | help () |
| void | version () |
| int | main (int argc, char *argv[]) |
| void help | ( | ) |
| int main | ( | int | argc, |
| char * | argv[] ) |
| 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 ) |
| std::string replace_all | ( | std::string const & | original, |
| std::string const & | from, | ||
| std::string const & | to ) |
| void version | ( | ) |