1 #include "yobaperl/code.hpp" 2 #include "yobaperl/perl.hpp" 9 :
Variable(perl, reinterpret_cast<SV *>(cv), increase_refcount)
29 return reinterpret_cast<CV *
>(
getSV());
std::string deparse(const Code &code)
Convert subroutine to string using B::Deparse.
SV * getSV() const
Get raw scalar.
Perl & getPerl() const
Get Perl instance.
Code(Perl &perl, CV *cv, bool increase_refcount)
Constructor.
std::string toString() const
Convert to C++ string.
Base class for perl variables.
CV * getCV() const
Raw subroutine.
Scalar makeRef() const
Take reference.