Class

org.bytedeco.mxnet

CustomFunctionDelFunc

Related Doc: package mxnet

Permalink

class CustomFunctionDelFunc extends FunctionPointer

Linear Supertypes
FunctionPointer, Pointer, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomFunctionDelFunc
  2. FunctionPointer
  3. Pointer
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CustomFunctionDelFunc()

    Permalink
    Attributes
    protected[org.bytedeco.mxnet]
  2. new CustomFunctionDelFunc(p: Pointer)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def address(): Long

    Permalink
    Definition Classes
    Pointer
  5. def asBuffer(): Buffer

    Permalink
    Definition Classes
    Pointer
  6. def asByteBuffer(): ByteBuffer

    Permalink
    Definition Classes
    Pointer
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def call(arg0: Pointer): Int

    Permalink
    Annotations
    @native()
  9. def capacity[P <: Pointer](arg0: Long): P

    Permalink
    Definition Classes
    Pointer
  10. def capacity(): Long

    Permalink
    Definition Classes
    Pointer
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def close(): Unit

    Permalink
    Definition Classes
    Pointer → AutoCloseable
  13. def deallocate(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Pointer
  14. def deallocate(): Unit

    Permalink
    Definition Classes
    Pointer
  15. def deallocator[P <: Pointer](arg0: Deallocator): P

    Permalink
    Attributes
    protected[org.bytedeco.javacpp]
    Definition Classes
    Pointer
  16. def deallocator(): Deallocator

    Permalink
    Attributes
    protected[org.bytedeco.javacpp]
    Definition Classes
    Pointer
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Pointer → AnyRef → Any
  19. def fill[P <: Pointer](arg0: Int): P

    Permalink
    Definition Classes
    Pointer
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getPointer[P <: Pointer](arg0: Class[P], arg1: Long): P

    Permalink
    Definition Classes
    Pointer
  23. def getPointer[P <: Pointer](arg0: Class[P]): P

    Permalink
    Definition Classes
    Pointer
  24. def getPointer[P <: Pointer](arg0: Long): P

    Permalink
    Definition Classes
    Pointer
  25. def getPointer[P <: Pointer](): P

    Permalink
    Definition Classes
    Pointer
  26. def hashCode(): Int

    Permalink
    Definition Classes
    Pointer → AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def isNull(): Boolean

    Permalink
    Definition Classes
    Pointer
  29. def limit[P <: Pointer](arg0: Long): P

    Permalink
    Definition Classes
    Pointer
  30. def limit(): Long

    Permalink
    Definition Classes
    Pointer
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def offsetAddress[P <: Pointer](arg0: Long): P

    Permalink
    Attributes
    protected[org.bytedeco.javacpp]
    Definition Classes
    Pointer
  35. def offsetof(arg0: String): Int

    Permalink
    Definition Classes
    Pointer
  36. def position[P <: Pointer](arg0: Long): P

    Permalink
    Definition Classes
    Pointer
  37. def position(): Long

    Permalink
    Definition Classes
    Pointer
  38. def put[P <: Pointer](arg0: Pointer): P

    Permalink
    Definition Classes
    Pointer
  39. def referenceCount(): Int

    Permalink
    Definition Classes
    Pointer
  40. def releaseReference(): Boolean

    Permalink
    Definition Classes
    Pointer
  41. def retainReference[P <: Pointer](): P

    Permalink
    Definition Classes
    Pointer
  42. def setNull(): Unit

    Permalink
    Definition Classes
    Pointer
  43. def sizeof(): Int

    Permalink
    Definition Classes
    Pointer
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def toString(): String

    Permalink
    Definition Classes
    Pointer → AnyRef → Any
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def zero[P <: Pointer](): P

    Permalink
    Definition Classes
    Pointer

Inherited from FunctionPointer

Inherited from Pointer

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped