pgLab/pglablib/codebuilder/DefaultConfigs.h
eelke 0c3bb27e58 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.
2018-09-19 09:55:43 +02:00

11 lines
262 B
C++

#ifndef DEFAULTCONFIGS_H
#define DEFAULTCONFIGS_H
#include <memory>
class LanguageConfig;
//std::shared_ptr<const LanguageConfig> getDefaultCppLanguageConfig();
std::shared_ptr<const LanguageConfig> getPglabCppLanguageConfig();
#endif // DEFAULTCONFIGS_H