Fiddle::Pointer is a class to handle C pointers
ptr.to_s => stringptr.to_s(len) => string Instance Public methods
ptr - n => new cptr Instance Public methods Returns a new pointer instance
ptr.to_str => stringptr.to_str(len) => string Instance Public methods
ptr + n => new cptr Instance Public methods Returns a new pointer instance
free=(function) Instance Public methods
inspect Instance Public methods Returns a string formatted with an easily readable
ptr Instance Public methods Returns a new
size Instance Public methods Get the size of this pointer.
to_i Instance Public methods Returns the integer memory location of this pointer
size=(size) Instance Public methods
Page 2 of 3