NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
SourceCode.hpp File Reference
#include <string>
Include dependency graph for SourceCode.hpp:
This graph shows which files directly or indirectly include this file:

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...