![]() |
Cadabra
Computer algebra system for field theory problems
|
This is the complete list of members for Shell, including all inherited members.
clear_error() | Shell | private |
collect | Shell | private |
colour_error | Shell | private |
colour_info | Shell | private |
colour_reset | Shell | private |
colour_success | Shell | private |
colour_warning | Shell | private |
evaluate(const std::string &code, const std::string &filename="<stdin>") | Shell | |
evaluate_to_string(const std::string &code, const std::string &err_val="<error>") | Shell | |
execute(const std::string &code, const std::string &filename="<stdin>") | Shell | |
execute_file(const std::string &filename, bool preprocess=true) | Shell | |
Flags enum name | Shell | |
flags | Shell | private |
get_ps1() | Shell | private |
get_ps2() | Shell | private |
globals | Shell | private |
handle_error() | Shell | private |
histfile | Shell | private |
interact() | Shell | |
interact_file(const std::string &filename, bool preprocess=true) | Shell | |
is_eof_error() | Shell | private |
is_syntax_error() | Shell | private |
process_ps1(const std::string &line) | Shell | private |
process_ps2(const std::string &line) | Shell | private |
restart() | Shell | |
sanitize(std::string s) | Shell | private |
set_completion_callback(const char *buffer, std::vector< std::string > &completions) | Shell | private |
set_histfile() | Shell | private |
Shell(Flags flags) | Shell | |
sys | Shell | private |
to_string(PyObject *obj) | Shell | private |
write(const std::string &text, const char *end="\n", const char *stream="stdout", bool flush=false) | Shell | |
write(PyObject *obj, const char *end="\n", const char *stream="stdout", bool flush=false) | Shell | |
~Shell() | Shell |