Class L_TIMER

java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.leptonica.L_TIMER
All Implemented Interfaces:
AutoCloseable

@Namespace @Name("void") @Opaque @Properties(inherit=leptonica.class) public class L_TIMER extends Pointer
  • Constructor Details

    • L_TIMER

      public L_TIMER()
      Empty constructor. Calls super((Pointer)null).
    • L_TIMER

      public L_TIMER(Pointer p)
      Pointer cast constructor. Invokes Pointer(Pointer).