Audacity 3.2.0
|
Variables | |
UTILITY_API int | argc |
A copy of argc; responsibility of application startup to assign it. More... | |
UTILITY_API const char *const * | argv |
A copy of argv; responsibility of application startup to assign it. More... | |
|
extern |
A copy of argc; responsibility of application startup to assign it.
Definition at line 12 of file CommandLineArgs.cpp.
Referenced by audacity::sqlite::ScalarFunction::CallFunction(), audacity::sqlite::AggregateFunction::CallStepFunction(), AudacityApp::Initialize(), PluginHost::IsHostProcess(), main(), AudacityApp::ParseCommandLine(), and audacity::sqlite::details::SQLiteFunction< std::function< R(Args...)> >::ToSQLiteFunctorWithArgs().
|
extern |
A copy of argv; responsibility of application startup to assign it.
Definition at line 13 of file CommandLineArgs.cpp.
Referenced by AudacityApp::AssociateFileTypes(), audacity::sqlite::ScalarFunction::CallFunction(), audacity::sqlite::AggregateFunction::CallStepFunction(), AudacityApp::Initialize(), ProjectFileIO::InSet(), PluginHost::IsHostProcess(), ExportOptionsCLEditor::IsValidCommand(), main(), PluginHostModule::OnInit(), AudacityApp::ParseCommandLine(), anonymous_namespace{RiffTestUtil.cpp}::PrintHelp(), and audacity::sqlite::details::SQLiteFunction< std::function< R(Args...)> >::ToSQLiteFunctorWithArgs().