#include <VImage8.h>
Public Member Functions | |
VObject (VipsObject *new_vobject, VSteal steal=STEAL) | |
VObject (const VObject &a) | |
VObject & | operator= (const VObject &a) |
VipsObject * | get_object () const |
bool | is_null () const |
A smart VipsObject pointer. It calls g_object_ref()/_unref() for you automatically.
VObjects can be null (have no value set). See is_null().
|
inlineexplicit |
|
inline |
Return the underlying VipsObject pointer. This does not make a new reference – you'll need to g_object_ref() the result if you want to keep it.
|
inline |
TRUE if this is a null VObject.