NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <string>
Classes | |
class | NES::Compiler::SourceCode |
Represents a source code artifact. Usually generated by a code generator. More... | |
struct | std::hash< const NES::Compiler::SourceCode > |
Namespaces | |
NES | |
This exception represents a network error. | |
NES::Compiler | |
std | |
Enumerations | |
enum class | NES::Compiler::Language { NES::Compiler::CPP } |
An enum for representing the target programming language of a SourceCode object. More... | |
Functions | |
std::string | NES::Compiler::getLanguageAsString (Language language) |
Returns the language of this source code. More... | |