Cpp17Generator
fun Cpp17Generator( flowTransform: FlowTransform, defaultNamespace: String, folder: File, generatedFileSuffix: String = ".Generated")
Content copied to clipboard
Parameters
default Namespace
namespace separated by symbol "point", which will be translated to nested namespaces. "a.b.c" to "a::b::c", for instance. Remember about following properties: "FsPath", "TargetName"!