Class CDbcUtilCMakeGenerator#
Defined in File cmake_generator.h
Inheritance Relationships#
Base Type#
public CCodeGeneratorBase
(Class CCodeGeneratorBase)
Class Documentation#
-
class CDbcUtilCMakeGenerator : public CCodeGeneratorBase#
CMake generator class.
Public Functions
-
CDbcUtilCMakeGenerator(const std::filesystem::path &rpathOutputDir, const std::string &rssComponent)#
Constructor.
- Parameters:
rpathOutputDir – [in] Reference to the outpur directory.
rssComponent – [in] Current component this CMake file is for.
-
virtual ~CDbcUtilCMakeGenerator()#
Destructor.
-
CDbcUtilCMakeGenerator(const std::filesystem::path &rpathOutputDir, const std::string &rssComponent)#