Qore Sysconf Module  1.0.0
Qore::Sysconf Namespace Reference

Qore::Sysconf namespace. More...

Namespaces

 Confstr
 Qore::Sysconf::Confstr namespace.
 
 Pathconf
 Qore::Sysconf::Pathconf namespace.
 
 Sysconf
 Qore::Sysconf::Sysconf namespace.
 

Functions

string confstr (int param)
 Get string-valued parameters from the operating system. More...
 
hash confstr_constants ()
 Returns a hash with allowed arguments to confstr call. More...
 
int pathconf (string filename, int param)
 This function is used to inquire about the limits that apply to the file named filename. More...
 
hash pathconf_constants ()
 Returns a hash with allowed arguments to pathconf call. More...
 
int sysconf (int param)
 This function is used to inquire about runtime system parameters. More...
 
hash sysconf_constants ()
 Returns a hash with allowed arguments to sysconf call. More...
 

Detailed Description

Qore::Sysconf namespace.