Klasse TypeCValue

Alle implementierten Schnittstellen:
PointerInterface

public class TypeCValue extends Record
A union holding one collected value.

https://docs.gtk.org/

  • Felddetails

  • Konstruktordetails

    • TypeCValue

      public TypeCValue(PointerContainer pointer)
    • TypeCValue

      public TypeCValue()
  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldVInt

      public void setFieldVInt(int v_int)
      the field for holding integer values
    • getFieldVInt

      public int getFieldVInt()
      the field for holding integer values
    • setFieldVLong

      public void setFieldVLong(long v_long)
      the field for holding long integer values
    • getFieldVLong

      public long getFieldVLong()
      the field for holding long integer values
    • setFieldVInt64

      public void setFieldVInt64(long v_int64)
      the field for holding 64 bit integer values
    • getFieldVInt64

      public long getFieldVInt64()
      the field for holding 64 bit integer values
    • setFieldVDouble

      public void setFieldVDouble(double v_double)
      the field for holding floating point values
    • getFieldVDouble

      public double getFieldVDouble()
      the field for holding floating point values
    • setFieldVPointer

      public void setFieldVPointer(Pointer v_pointer)
      the field for holding pointers
    • getFieldVPointer

      public Pointer getFieldVPointer()
      the field for holding pointers