[Top]
/master
|
Class /master
Inherits
- Constant
bt_max_string_len
-
constant /master()->bt_max_string_len
- Description
-
This constant contains the maximum length of a function entry in a
backtrace. Defaults to 200 if no BT_MAX_STRING_LEN define has been
given.
- Constant
out_of_date_warning
-
constant /master()->out_of_date_warning
- Description
-
Should Pike complain about out of date compiled files.
1 means yes and 0 means no. Controlled by the OUT_OF_DATE_WARNING
define.
- Variable
want_warnings
-
int /master()->want_warnings
- Variable
compat_major
-
int /master()->compat_major
- Variable
compat_minor
-
int /master()->compat_minor
-
string /master()->_pike_file_name
string /master()->_master_file_name
- Description
-
These are useful if you want to start other Pike processes
with the same options as this one was started with.
- Variable
currentversion
-
object(Version) /master()->currentversion
- Description
-
Version information about the current Pike version.
|