Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
cadabra2-cli.cc File Reference
#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"

Functions

std::string replace_all (std::string const &original, std::string const &from, std::string const &to)
 
Shell::Flagsoperator|= (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[])
 

Function Documentation

◆ help()

void help ( )

◆ main()

int main ( int argc,
char * argv[] )

◆ operator&()

bool operator& ( Shell::Flags lhs,
Shell::Flags rhs )

◆ operator|()

Shell::Flags operator| ( Shell::Flags lhs,
Shell::Flags rhs )

◆ operator|=()

Shell::Flags & operator|= ( Shell::Flags & lhs,
Shell::Flags rhs )

◆ replace_all()

std::string replace_all ( std::string const & original,
std::string const & from,
std::string const & to )

◆ version()

void version ( )