Context
Types
Link copied to clipboard
class External(val pointcut: Toplevel, val perGeneratorNames: List<Pair<Class<in GeneratorBase>, String>>, val type: INonNullableScalar) : Context
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
fun Declaration.const(name: String, type: PredefinedType.bool, value: Boolean): Member.Const.Integral
fun Declaration.const(name: String, type: PredefinedType.double, value: Double): Member.Const.Integral
fun Declaration.const(name: String, type: PredefinedType.float, value: Float): Member.Const.Integral
fun Declaration.const(name: String, type: PredefinedType.short, value: Short): Member.Const.Integral
fun Declaration.const(name: String, type: PredefinedType.string, value: String): Member.Const.Integral
fun Declaration.const(name: String, type: PredefinedType.ubyte, value: UByte): Member.Const.Integral
fun Declaration.const(name: String, type: PredefinedType.ulong, value: ULong): Member.Const.Integral
fun Declaration.const(name: String, type: PredefinedType.ushort, value: UShort): Member.Const.Integral
fun Declaration.const(name: String, type: ScalarAttributedType<PredefinedType>, value: String): Member.Const.Integral
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard