Cadabra
Computer algebra system for field theory problems
Classes | Functions
cadabra2-cli.hh File Reference
#include <string>
#include <memory>
#include <pybind11/pybind11.h>
#include <pybind11/embed.h>

Go to the source code of this file.

Classes

class  Shell
 
class  ExitRequest
 

Functions

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)
 

Function Documentation

◆ 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 
)