public final class CppExtensionParameters
extends java.lang.Object
| Constructor and Description |
|---|
CppExtensionParameters(zserio.tools.ExtensionParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
TypesContext.AllocatorDefinition |
getAllocatorDefinition() |
java.lang.String |
getOutputDir() |
java.lang.String |
getParametersDescription() |
boolean |
getWithCodeComments() |
boolean |
getWithPubsubCode() |
boolean |
getWithRangeCheckCode() |
boolean |
getWithReflectionCode() |
boolean |
getWithServiceCode() |
boolean |
getWithSourcesAmalgamation() |
boolean |
getWithSqlCode() |
boolean |
getWithTypeInfoCode() |
boolean |
getWithValidationCode() |
boolean |
getWithWriterCode() |
java.lang.String |
getZserioVersion() |
public CppExtensionParameters(zserio.tools.ExtensionParameters parameters)
public java.lang.String getOutputDir()
public boolean getWithWriterCode()
public boolean getWithPubsubCode()
public boolean getWithServiceCode()
public boolean getWithSqlCode()
public boolean getWithValidationCode()
public boolean getWithRangeCheckCode()
public boolean getWithTypeInfoCode()
public boolean getWithReflectionCode()
public boolean getWithSourcesAmalgamation()
public boolean getWithCodeComments()
public TypesContext.AllocatorDefinition getAllocatorDefinition()
public java.lang.String getParametersDescription()
public java.lang.String getZserioVersion()
Last updated 2024-07-18 11:28:45