Provides access to the sysctl(3) set of C library functions. More...
Classes | |
class | Factory |
Public Member Functions | |
virtual shared_ptr < dag::Structure > | Create (dag::DAGBuilder &) const override |
![]() | |
const Descriptor & | descriptor () const |
![]() | |
Typed (const Type &t) | |
virtual const Type & | type () const |
Additional Inherited Members | |
![]() | |
static Plugin::Descriptor & | nullPlugin () |
![]() | |
Plugin (const Type &, const Descriptor &descriptor) | |
Provides access to the sysctl(3) set of C library functions.
Many useful properties of the system are represented (or controlled) with sysctl(3) entries. For instance, Fabrique build descriptions might like to inspect the values of kern.ostype, kern.osrelease, etc.
Definition at line 63 of file SysctlPlugin.cc.