SteamMethodIterableExtensions extension
Extensions on Iterable<SteamMethod> to generate ffi code
- on
Methods
-
generate(
{required IOSink fileSink, required String owner, bool isStatic = false}) → void -
Available on Iterable<
Generates respective code for calling lookup function code for each SteamMethodSteamMethod> , provided by the SteamMethodIterableExtensions extension -
generateImport(
{required IOSink fileSink, Set< String> enumSet = const {}, Set<String> structSet = const {}, Set<String> callbackStructSet = const {}, Set<String> interfaceSet = const {}}) → void -
Available on Iterable<
Generates respective import code for each SteamMethodSteamMethod> , provided by the SteamMethodIterableExtensions extension -
generateLookup(
{required IOSink fileSink, required String owner, bool isStatic = false}) → void -
Available on Iterable<
Generates respective lookup function code for each SteamMethodSteamMethod> , provided by the SteamMethodIterableExtensions extension