Further improvements to codegeneration the defaultcpp config is now called the PgLab
config as it is very specific to the PgLab codebase. More hard programmed templates moved out of codebuilder to the language config.
This commit is contained in:
parent
0ba632afd1
commit
0c3bb27e58
10 changed files with 143 additions and 91 deletions
|
|
@ -48,3 +48,13 @@ void LanguageConfig::setIndentationConfig(std::shared_ptr<const IndentationConfi
|
|||
{
|
||||
m_indentationConfig = indentation_config;
|
||||
}
|
||||
|
||||
std::shared_ptr<const ResultLoopTemplate> LanguageConfig::resultLoopTemplate() const
|
||||
{
|
||||
return m_resultLoopTemplate;
|
||||
}
|
||||
|
||||
void LanguageConfig::setResultLoopTemplate(std::shared_ptr<const ResultLoopTemplate> result_loop_template)
|
||||
{
|
||||
m_resultLoopTemplate = result_loop_template;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue