get

inline operator fun <T : Byte> CPointer<ByteVarOf<T>>.get(index: Int): T(source)
inline operator fun <T : Byte> CPointer<ByteVarOf<T>>.get(index: Long): T(source)
inline operator fun <T : Short> CPointer<ShortVarOf<T>>.get(index: Int): T(source)
inline operator fun <T : Short> CPointer<ShortVarOf<T>>.get(index: Long): T(source)
inline operator fun <T : Int> CPointer<IntVarOf<T>>.get(index: Int): T(source)
inline operator fun <T : Int> CPointer<IntVarOf<T>>.get(index: Long): T(source)
inline operator fun <T : Long> CPointer<LongVarOf<T>>.get(index: Int): T(source)
inline operator fun <T : Long> CPointer<LongVarOf<T>>.get(index: Long): T(source)
inline operator fun <T : UByte> CPointer<UByteVarOf<T>>.get(index: Int): T(source)
inline operator fun <T : UByte> CPointer<UByteVarOf<T>>.get(index: Long): T(source)
inline operator fun <T : UShort> CPointer<UShortVarOf<T>>.get(index: Int): T(source)
inline operator fun <T : UShort> CPointer<UShortVarOf<T>>.get(index: Long): T(source)
inline operator fun <T : UInt> CPointer<UIntVarOf<T>>.get(index: Int): T(source)
inline operator fun <T : UInt> CPointer<UIntVarOf<T>>.get(index: Long): T(source)
inline operator fun <T : ULong> CPointer<ULongVarOf<T>>.get(index: Int): T(source)
inline operator fun <T : ULong> CPointer<ULongVarOf<T>>.get(index: Long): T(source)
inline operator fun <T : Float> CPointer<FloatVarOf<T>>.get(index: Int): T(source)
inline operator fun <T : Float> CPointer<FloatVarOf<T>>.get(index: Long): T(source)
inline operator fun <T : Double> CPointer<DoubleVarOf<T>>.get(index: Int): T(source)
inline operator fun <T : Double> CPointer<DoubleVarOf<T>>.get(index: Long): T(source)
inline operator fun <T : CVariable> CPointer<T>.get(index: Long): T(source)
inline operator fun <T : CVariable> CPointer<T>.get(index: Int): T(source)
inline operator fun <T : CPointer<*>> CPointer<CPointerVarOf<T>>.get(index: Int): T?(source)
inline operator fun <T : CPointer<*>> CPointer<CPointerVarOf<T>>.get(index: Long): T?(source)

Since Kotlin

1.3