ACC SHELL
package LibStorage::Environment;
BEGIN {
%TYPEINFO = (
ALL_METHODS => 0,
new => ["function", "any", "string", "boolean"],
swig_readonly_get => ["function", "boolean", "any"],
swig_readonly_set => ["function", "void", "any", "boolean"],
swig_testmode_get => ["function", "boolean", "any"],
swig_testmode_set => ["function", "void", "any", "boolean"],
swig_autodetect_get => ["function", "boolean", "any"],
swig_autodetect_set => ["function", "void", "any", "boolean"],
swig_instsys_get => ["function", "boolean", "any"],
swig_instsys_set => ["function", "void", "any", "boolean"],
swig_logdir_get => ["function", "string", "any"],
swig_logdir_set => ["function", "void", "any", "string"],
swig_testdir_get => ["function", "string", "any"],
swig_testdir_set => ["function", "void", "any", "string"],
);
}
1;
1;
ACC SHELL 2018