interface to communicate with Form program
More...
#include <BASIC.h>
|
void | Init (string form_path="form") |
|
string | Execute (const string &script, const string &out_var="[o]") |
|
void | Exit () |
|
| ~Form () |
|
interface to communicate with Form program
Definition at line 820 of file BASIC.h.
◆ ~Form()
◆ Execute()
string HepLib::Form::Execute |
( |
const string & |
script, |
|
|
const string & |
out_var = "[o]" |
|
) |
| |
◆ Exit()
void HepLib::Form::Exit |
( |
| ) |
|
◆ Init()
void HepLib::Form::Init |
( |
string |
form_path = "form" | ) |
|
◆ buffer_size
int HepLib::Form::buffer_size = 1024*128 |
|
static |
◆ Prompt
string HepLib::Form::Prompt = "***EOF***" |
◆ Sentinel
string HepLib::Form::Sentinel = "---EOF---" |
The documentation for this class was generated from the following files:
- /home/runner/work/HepLib/HepLib/BASIC/BASIC.h
- /home/runner/work/HepLib/HepLib/BASIC/Process.cpp
- /home/runner/work/HepLib/HepLib/INC/Init.cpp