types

package
v3.2.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2018 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Clearer

type Clearer interface {
	Clear()
}

type Decreaser

type Decreaser interface {
	DecreaseCount()
}

type Destroyer

type Destroyer interface {
	Destroy()
}

Destroyer represents destroyable types which require manual release of resources

type IMagick

type IMagick interface {
	Clearer
	Destroyer
	Verifier
	Increaser
	Decreaser
}

ImageMagick objects common interface

type Increaser

type Increaser interface {
	IncreaseCount()
}

type Verifier

type Verifier interface {
	IsVerified() bool
}

Returns true if the object is a verified C object

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL