Cpp Intrinsic Type
data class CppIntrinsicType(val namespace: String?, val name: String, val header: String?) : Declaration, ITypeDeclaration
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