Class: AAlib::Driver

Inherits:
CPtr show all
Defined in:
lib/aalib.rb

Overview

Read-only output driver. If you wish to pass a driver option to AAlib::Context.init, select a driver from the Array returned by AAlib.drivers.

Constant Summary collapse

TYPE =

:nodoc:

'SS'
NAMES =

:nodoc:

[:shortname, :name]

Instance Method Summary collapse

Methods inherited from CPtr

#[], #[]=, #inspect, new_ptr

Methods included from ArgumentChecks

included

Methods inherited from DL::PtrData

#string?

Constructor Details

#initialize(ptr) ⇒ Driver

:nodoc:



571
572
573
# File 'lib/aalib.rb', line 571

def initialize(ptr) #:nodoc:
  super(ptr)
end