#include <bindpp.h>

Public Member Functions | |
| void | dump () |
| dump value | |
| void | refcnt_inc () |
| increment the reference counter for this value | |
| void | refcnt_dec () |
| decrement the reference counter for this value | |
| int | refcnt () |
| get a reference count | |
| bool | is_true () |
| Reference * | reference () |
| get a reference of this value | |
Protected Member Functions | |
| Value (SV *_v) | |
Protected Attributes | |
| SV * | val |
Friends | |
| class | Ctx |
| class | Reference |
| class | Array |
| class | Perl |
| class | Hash |
| class | Package |
| class | Code |
| void pl::Value::dump | ( | ) | [inline] |
dump value
| void pl::Value::refcnt_inc | ( | ) | [inline] |
increment the reference counter for this value
| void pl::Value::refcnt_dec | ( | ) | [inline] |
decrement the reference counter for this value
| int pl::Value::refcnt | ( | ) | [inline] |
get a reference count
1.5.6