MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / CodeGenerator

Method CodeGenerator

CodeGenerator.h:174–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 ProcessingPrimaryTemplate); ///! We do not want to transform a primary template which contains a Coroutine.
173
174 constexpr CodeGenerator(OutputFormatHelper& _outputFormatHelper,
175 LambdaStackType& lambdaStack,
176 LambdaInInitCapture lambdaInitCapture,
177 ProcessingPrimaryTemplate processingPrimaryTemplate)
178 : mOutputFormatHelper{_outputFormatHelper}
179 , mLambdaStack{lambdaStack}
180 , mLambdaInitCapture{lambdaInitCapture}
181 , mProcessingPrimaryTemplate{processingPrimaryTemplate}
182 {
183 }
184
185public:
186 explicit constexpr CodeGenerator(OutputFormatHelper& _outputFormatHelper)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected