12 #ifndef SST_CORE_ENV_ENVQUERY_H 13 #define SST_CORE_ENV_ENVQUERY_H 15 #include "sst_config.h" 17 #include "sst/core/env/envconfig.h" 33 void configReadLine(FILE* theFile,
char* lineBuffer);
39 void populateEnvironmentConfig(
const std::string& path, EnvironmentConfiguration* cfg,
bool errorOnNotOpen);
45 void populateEnvironmentConfig(FILE* configFile, EnvironmentConfiguration* cfg,
bool errorOnNotOpen);
52 EnvironmentConfiguration* getSSTEnvironmentConfiguration(
const std::vector<std::string>& overridePaths);
56 #endif // SST_CORE_ENV_ENVQUERY_H Definition: envconfig.h:24