1 #ifndef YOBAPERL_CODE_HPP 2 #define YOBAPERL_CODE_HPP 4 #include "yobaperl/common.hpp" 5 #include "yobaperl/variable.hpp" 25 Code(
Perl & perl, CV * cv,
bool increase_refcount);
35 std::string toString()
const;
67 #endif // YOBAPERL_CODE_HPP
Base class for perl variables.