![]() |
Cadabra
Computer algebra system for field theory problems
|
#include <iostream>#include <sstream>#include <linenoise.hpp>#include <sys/types.h>#include <pwd.h>#include <internal/string_tools.h>#include "cadabra2-cli.hh"#include "CdbPython.hh"#include "Config.hh"#include "Exceptions.hh"#include "pythoncdb/py_helpers.hh"#include <boost/dll.hpp>#include <locale>#include <codecvt>Macros | |
| #define | DATA_BEGIN ((char) 2) |
| #define | DATA_END ((char) 5) |
| #define | DATA_COMMAND ((char) 16) |
| #define | DATA_ESCAPE ((char) 27) |
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[]) |
| PYBIND11_EMBEDDED_MODULE (cadabra2_cli, m) | |
| #define DATA_BEGIN ((char) 2) |
| #define DATA_COMMAND ((char) 16) |
| #define DATA_END ((char) 5) |
| #define DATA_ESCAPE ((char) 27) |
| 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 | ||
| ) |
| PYBIND11_EMBEDDED_MODULE | ( | cadabra2_cli | , |
| m | |||
| ) |
| std::string replace_all | ( | std::string const & | original, |
| std::string const & | from, | ||
| std::string const & | to | ||
| ) |
| void version | ( | ) |