AbstractTFE_ContextOptions

public abstract class AbstractTFE_ContextOptions
Known Direct Subclasses

Public Constructors

Public Methods

void
delete()
Calls the deallocator, if registered, otherwise has no effect.
static TFE_ContextOptions
newContextOptions()
Calls TFE_NewContextOptions(), and registers a deallocator.

Inherited Methods

Public Constructors

public AbstractTFE_ContextOptions (Pointer p)

Public Methods

public void delete ()

Calls the deallocator, if registered, otherwise has no effect.

public static TFE_ContextOptions newContextOptions ()

Calls TFE_NewContextOptions(), and registers a deallocator.

Returns
  • TFE_ContextOptions created. Do not call TFE_DeleteContextOptions() on it.