#include <senf/Utils/Console/SysInfo.hh>
Classes | |
struct | Proxy |
Public Member Functions | |
void | setEntry (std::string const &name, std::string const &entry, int pos=-1) |
void | dump (std::ostream &os) const |
Additional Inherited Members | |
Protected Member Functions inherited from senf::singleton< SysInfo > | |
singleton () | |
~singleton () | |
Static Protected Member Functions inherited from senf::singleton< SysInfo > | |
static Self & | instance () |
static bool | alive () |
Definition at line 29 of file SysInfo.hh.
void senf::console::SysInfo::dump | ( | std::ostream & | os | ) | const |
Definition at line 49 of file SysInfo.cc.
void senf::console::SysInfo::setEntry | ( | std::string const & | name, |
std::string const & | entry, | ||
int | pos = -1 |
||
) |
Definition at line 37 of file SysInfo.cc.