pl::Reference Class Reference

reference(RV) More...

#include <bindpp.h>

Inheritance diagram for pl::Reference:

pl::Scalar pl::Value

List of all members.

Public Member Functions

void bless (const char *pkg)
 bless the reference
Hashas_hash ()
 dereference
Arrayas_array ()
 dereference
Scalaras_scalar ()
 dereference
Codeas_code ()
 dereference
bool is_object ()
 is this object?
Scalarmortal ()
 make this value as mortal.
SV * serialize ()
 serialize this object to real perl variable
Stras_str ()
 this variable is just a string.change the type
Intas_int ()
 this variable is just a int.change the type
UIntas_uint ()
 this variable is just a uint.change the type
Doubleas_double ()
 this variable is just a double.change the type
Pointeras_pointer ()
 this variable is just a pointer.change the type
Referenceas_ref ()
 this variable is just a reference.change the type
void dump ()
 dump value
void refcnt_inc ()
 increment the reference counter for this value
void refcnt_dec ()
 decrement the reference counter for this value
Referencereference ()
 get a reference of this value

Static Public Member Functions

static Referencenew_inc (Value *thing)
 create a new reference with refcnt increment

Protected Member Functions

 Reference (SV *v)

Protected Attributes

SV * val

Friends

class Scalar
class Hash
class Array


Detailed Description

reference(RV)

Member Function Documentation

bool pl::Reference::is_object (  )  [inline]

is this object?

See also:
sv_isobject

Scalar* pl::Scalar::mortal (  )  [inline, inherited]

make this value as mortal.

mortal means "this variable is just a temporary.please remove after leave this context"

void pl::Value::dump (  )  [inline, inherited]

dump value

See also:
sv_dump()

void pl::Value::refcnt_inc (  )  [inline, inherited]

increment the reference counter for this value

See also:
SvREFCNT_inc

void pl::Value::refcnt_dec (  )  [inline, inherited]

decrement the reference counter for this value

See also:
SvREFCNT_dec


The documentation for this class was generated from the following file:

Generated on Thu Mar 26 20:54:37 2009 for Devel::BindPP by  doxygen 1.5.6