NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
NES::Compiler::ClangFormat Class Reference

Utility, which leverages clang format to. More...

#include <ClangFormat.hpp>

Public Member Functions

 ClangFormat (std::string language)
 Create a new clang format instance for a specific language. More...
 
void formatFile (std::shared_ptr< File > file)
 Format a particular file with code. More...
 

Detailed Description

Utility, which leverages clang format to.

Constructor & Destructor Documentation

◆ ClangFormat()

NES::Compiler::ClangFormat::ClangFormat ( std::string  language)
explicit

Create a new clang format instance for a specific language.

Parameters
language

Member Function Documentation

◆ formatFile()

void NES::Compiler::ClangFormat::formatFile ( std::shared_ptr< File file)

Format a particular file with code.

Parameters
file

References NES_DEBUG, NES_ERROR, and system.


The documentation for this class was generated from the following files: