21 #ifndef KEYWORD_GENERATOR_HPP
22 #define KEYWORD_GENERATOR_HPP
35 static void ensurePath(
const std::string& file_name);
36 static std::string endTest();
37 static std::string startTest(
const std::string& test_name);
38 static std::string headerHeader(
const std::string& );
39 static void updateFile(
const std::stringstream& newContent,
const std::string& filename);
41 void updateBuiltInHeader(
const KeywordLoader& loader,
const std::string& headerBuildPath,
const std::string& headerPath)
const;
42 void updateInitSource(
const KeywordLoader& loader,
const std::string& sourceFile )
const;
43 void updateKeywordSource(
const KeywordLoader& loader,
const std::string& sourceFile )
const;
44 void updatePybindSource(
const KeywordLoader& loader ,
const std::string& sourceFile )
const;
45 void updateHeader(
const KeywordLoader& loader,
const std::string& headerBuildPath,
const std::string& headerPath)
const;
46 void updateTest(
const KeywordLoader& loader ,
const std::string& testFile)
const;
Definition: KeywordGenerator.hpp:30
Definition: KeywordLoader.hpp:33
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29