Class: RDF::Raptor::FFI::V2::World
- Inherits:
-
FFI::AutoPointer
- Object
- FFI::AutoPointer
- RDF::Raptor::FFI::V2::World
- Includes:
- RDF::Raptor::FFI
- Defined in:
- lib/rdf/raptor/ffi/v2/world.rb
Constant Summary
Constants included from RDF::Raptor::FFI
Class Method Summary collapse
-
.release(ptr)
Releases
libraptor
memory associated with this structure.
Instance Method Summary collapse
-
#initialize ⇒ World
constructor
A new instance of World.
Methods included from RDF::Raptor::FFI
Constructor Details
Class Method Details
.release(ptr)
This method returns an undefined value.
Releases libraptor
memory associated with this structure.
15 16 17 |
# File 'lib/rdf/raptor/ffi/v2/world.rb', line 15 def self.release(ptr) V2.raptor_free_world(ptr) end |