![]() |
Phasor 2.2.0
Stack VM based Programming Language
|
Public Attributes | |
| std::filesystem::path | inputFile |
| std::filesystem::path | outputFile |
| std::filesystem::path | mainFile |
| std::string | moduleName |
| bool | verbose = false |
| bool | showHelp = false |
| std::string | compiler |
| std::string | linker |
| bool | run = false |
| bool | headerOnly = false |
| bool | objectOnly = false |
| bool | generateOnly = false |
| bool | noLogo = false |
Definition at line 23 of file CppCompiler.hpp.
| std::string Phasor::CppCompiler::Args::compiler |
Definition at line 31 of file CppCompiler.hpp.
| bool Phasor::CppCompiler::Args::generateOnly = false |
Definition at line 36 of file CppCompiler.hpp.
| bool Phasor::CppCompiler::Args::headerOnly = false |
Definition at line 34 of file CppCompiler.hpp.
| std::filesystem::path Phasor::CppCompiler::Args::inputFile |
Definition at line 25 of file CppCompiler.hpp.
| std::string Phasor::CppCompiler::Args::linker |
Definition at line 32 of file CppCompiler.hpp.
| std::filesystem::path Phasor::CppCompiler::Args::mainFile |
Definition at line 27 of file CppCompiler.hpp.
| std::string Phasor::CppCompiler::Args::moduleName |
Definition at line 28 of file CppCompiler.hpp.
| bool Phasor::CppCompiler::Args::noLogo = false |
Definition at line 37 of file CppCompiler.hpp.
| bool Phasor::CppCompiler::Args::objectOnly = false |
Definition at line 35 of file CppCompiler.hpp.
| std::filesystem::path Phasor::CppCompiler::Args::outputFile |
Definition at line 26 of file CppCompiler.hpp.
| bool Phasor::CppCompiler::Args::run = false |
Definition at line 33 of file CppCompiler.hpp.
| bool Phasor::CppCompiler::Args::showHelp = false |
Definition at line 30 of file CppCompiler.hpp.
| bool Phasor::CppCompiler::Args::verbose = false |
Definition at line 29 of file CppCompiler.hpp.