NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <filesystem>
#include <ostream>
#include <vector>
Classes | |
class | NES::Compiler::ExecutablePath::RuntimePathConfig |
This class holds information about the runtime path of different nes components. More... | |
Namespaces | |
NES | |
This exception represents a network error. | |
NES::Compiler | |
NES::Compiler::ExecutablePath | |
Functions | |
bool | NES::Compiler::ExecutablePath::isInInstallDir () |
RuntimePathConfig | NES::Compiler::ExecutablePath::loadRuntimePathConfig () |
std::filesystem::path | NES::Compiler::ExecutablePath::getExecutablePath () |
Gets the path of the current executable. More... | |
std::filesystem::path | NES::Compiler::ExecutablePath::getPublicIncludes () |
Gets the path to the public includes. More... | |
std::filesystem::path | NES::Compiler::ExecutablePath::getLibPath (std::string libName) |
Gets the path to the nes lib. More... | |
std::filesystem::path | NES::Compiler::ExecutablePath::getClangPath () |
Gets the path to the nes clang executable. More... | |