Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
Phasor::BinaryRuntime::Args Struct Reference

Public Attributes

std::string inputFile
bool verbose = false
int scriptArgc = 0
char ** scriptArgv = nullptr
char ** envp = nullptr

Detailed Description

Definition at line 22 of file BinaryRuntime.hpp.

Member Data Documentation

◆ envp

char** Phasor::BinaryRuntime::Args::envp = nullptr

Definition at line 28 of file BinaryRuntime.hpp.

◆ inputFile

std::string Phasor::BinaryRuntime::Args::inputFile

Definition at line 24 of file BinaryRuntime.hpp.

◆ scriptArgc

int Phasor::BinaryRuntime::Args::scriptArgc = 0

Definition at line 26 of file BinaryRuntime.hpp.

◆ scriptArgv

char** Phasor::BinaryRuntime::Args::scriptArgv = nullptr

Definition at line 27 of file BinaryRuntime.hpp.

◆ verbose

bool Phasor::BinaryRuntime::Args::verbose = false

Definition at line 25 of file BinaryRuntime.hpp.


The documentation for this struct was generated from the following file: