HepLib
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
HepLib::Fermat Class Reference

interface to communicate with Fermat program More...

#include <BASIC.h>

Public Member Functions

void Init (string fer_path="fer64")
 
string Execute (string)
 
void Exit ()
 
 ~Fermat ()
 

Static Public Member Functions

static Fermatget ()
 

Public Attributes

string Sentinel = "---EOF---"
 
int vmax = 0
 

Static Public Attributes

static int buffer_size = 1024*128
 

Detailed Description

interface to communicate with Fermat program

Definition at line 797 of file BASIC.h.

Constructor & Destructor Documentation

◆ ~Fermat()

HepLib::Fermat::~Fermat ( )

Definition at line 20 of file Process.cpp.

Member Function Documentation

◆ Execute()

string HepLib::Fermat::Execute ( string  expr)

Definition at line 102 of file Process.cpp.

◆ Exit()

void HepLib::Fermat::Exit ( )

Definition at line 22 of file Process.cpp.

◆ get()

Fermat & HepLib::Fermat::get ( )
static

Definition at line 7 of file Fermat.cpp.

◆ Init()

void HepLib::Fermat::Init ( string  fer_path = "fer64")

Definition at line 36 of file Process.cpp.

Member Data Documentation

◆ buffer_size

int HepLib::Fermat::buffer_size = 1024*128
static

Definition at line 800 of file BASIC.h.

◆ Sentinel

string HepLib::Fermat::Sentinel = "---EOF---"

Definition at line 801 of file BASIC.h.

◆ vmax

int HepLib::Fermat::vmax = 0

Definition at line 803 of file BASIC.h.


The documentation for this class was generated from the following files: