![]() |
Phasor 2.2.0
Stack VM based Programming Language
|
Public Attributes | |
| std::string | inputFile |
| bool | verbose = false |
| int | scriptArgc = 0 |
| char ** | scriptArgv = nullptr |
| char ** | envp = nullptr |
Definition at line 22 of file BinaryRuntime.hpp.
| char** Phasor::BinaryRuntime::Args::envp = nullptr |
Definition at line 28 of file BinaryRuntime.hpp.
| std::string Phasor::BinaryRuntime::Args::inputFile |
Definition at line 24 of file BinaryRuntime.hpp.
| int Phasor::BinaryRuntime::Args::scriptArgc = 0 |
Definition at line 26 of file BinaryRuntime.hpp.
| char** Phasor::BinaryRuntime::Args::scriptArgv = nullptr |
Definition at line 27 of file BinaryRuntime.hpp.
| bool Phasor::BinaryRuntime::Args::verbose = false |
Definition at line 25 of file BinaryRuntime.hpp.