TF_Function

public class TF_Function

Public Constructors

TF_Function()
Empty constructor.
TF_Function(Pointer p)
Pointer cast constructor.

Inherited Methods

Public Constructors

public TF_Function ()

Empty constructor. Calls super((Pointer)null).

public TF_Function (Pointer p)

Pointer cast constructor. Invokes ERROR(/Pointer#Pointer(Pointer)).