Class ReflectionVariableAccessorGenerator.PointerVariable

    • Constructor Detail

      • PointerVariable

        private PointerVariable​(Pointer memory)
    • Method Detail

      • get

        public Pointer get()
        Description copied from interface: Variable
        Gets the current value of the global variable
        Returns:
        The value of the variable
      • set

        public void set​(Pointer value)
        Description copied from interface: Variable
        Sets the global variable to a value
        Parameters:
        value - The value to set the global variable to.