Class VoidPtr

All Implemented Interfaces:
Iterable<VoidPtr>

public final class VoidPtr
extends Struct<VoidPtr>
Points to an unspecified value (void * in C). As in C there's no way to dereference a VoidPtr. Use Struct.as(Class) to cast it to another type first.
  • Constructor Details

    • VoidPtr

      public VoidPtr()
      Creates a new VoidPtr with a value of NULL.