CppSourceGenerator class

Writes C++ source (.cpp) file to sink.

Inheritance

Constructors

CppSourceGenerator()
Constructor.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generate(CppOptions generatorOptions, Root root, StringSink sink, {required String dartPackageName}) → void
Generates files for specified language with specified generatorOptions
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeApis(CppOptions generatorOptions, Root root, Indent indent, {required String dartPackageName}) → void
Writes all apis to indent.
inherited
writeClassDecode(CppOptions generatorOptions, Root root, Indent indent, Class classDefinition, {required String dartPackageName}) → void
Writes a single class decode method to indent.
override
writeClassEncode(CppOptions generatorOptions, Root root, Indent indent, Class classDefinition, {required String dartPackageName}) → void
Writes a single class encode method to indent.
override
writeCloseNamespace(CppOptions generatorOptions, Root root, Indent indent, {required String dartPackageName}) → void
Writes code to indent that closes file namespace if needed.
override
writeDataClass(CppOptions generatorOptions, Root root, Indent indent, Class classDefinition, {required String dartPackageName}) → void
Writes a single data class to indent.
override
writeDataClasses(CppOptions generatorOptions, Root root, Indent indent, {required String dartPackageName}) → void
Writes all data classes to indent.
inherited
writeEnum(CppOptions generatorOptions, Root root, Indent indent, Enum anEnum, {required String dartPackageName}) → void
Writes a single Enum to indent. This is needed in most generators.
inherited
writeEnums(CppOptions generatorOptions, Root root, Indent indent, {required String dartPackageName}) → void
Writes all enums to indent.
inherited
writeFileImports(CppOptions generatorOptions, Root root, Indent indent, {required String dartPackageName}) → void
Writes specified imports to indent.
override
writeFilePrologue(CppOptions generatorOptions, Root root, Indent indent, {required String dartPackageName}) → void
Adds specified headers to indent.
override
writeFlutterApi(CppOptions generatorOptions, Root root, Indent indent, AstFlutterApi api, {required String dartPackageName}) → void
Writes a single Flutter Api to indent.
override
writeGeneralUtilities(CppOptions generatorOptions, Root root, Indent indent, {required String dartPackageName}) → void
Writes any necessary helper utilities to indent if needed.
override
writeHostApi(CppOptions generatorOptions, Root root, Indent indent, AstHostApi api, {required String dartPackageName}) → void
Writes a single Host Api to indent.
override
writeInstanceManager(CppOptions generatorOptions, Root root, Indent indent, {required String dartPackageName}) → void
Writes the implementation of an InstanceManager to indent.
inherited
writeInstanceManagerApi(CppOptions generatorOptions, Root root, Indent indent, {required String dartPackageName}) → void
Writes the implementation of the API for the InstanceManager to indent.
inherited
writeOpenNamespace(CppOptions generatorOptions, Root root, Indent indent, {required String dartPackageName}) → void
Writes code to indent that opens file namespace if needed.
override
writeProxyApi(CppOptions generatorOptions, Root root, Indent indent, AstProxyApi api, {required String dartPackageName}) → void
Writes a single Proxy Api to indent.
inherited
writeProxyApiBaseCodec(CppOptions generatorOptions, Root root, Indent indent) → void
Writes the base codec to be used by all ProxyApis.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited