|
Confdump Agent
1.4.0
|
Object interface to the Linux API for configuration retrieval. More...
Classes | |
| class | ConfigurationFile |
| Raw configuration file used while dumping system configuration. More... | |
| class | EnvironmentVariable |
| An environment variable in the execution context of Confdump. More... | |
| class | InitScript |
| A script in /etc/init.d for daemon control at system boot/shutdown. More... | |
| class | InittabEntry |
| struct | BlockDevice |
| Block device information from /sys/block/. More... | |
| class | MountEntry |
| class | NetworkInterface |
| class | OperatingSystem |
| Information like "uname(1)". More... | |
| class | Process |
| Information about a process of this system. More... | |
| class | RcdScript |
| A script in /etc/rc?.d for daemon control at system boot/shutdown. More... | |
| class | Socket |
| A socket open on this system. More... | |
| class | Uptime |
| System uptime information. More... | |
Functions | |
| Result | allBlockDevices (shared_ptr< LinuxDumper > driver) |
| Result | allBlockDevices (boost::shared_ptr< LinuxDumper > driver) |
Object interface to the Linux API for configuration retrieval.
All classes are called, and constructed, from LinuxDumper. They constitute its implementation, in a more maintainainable fashion than a behemot LinuxDumper class.
| Result Confdump::System::Linux::allBlockDevices | ( | boost::shared_ptr< LinuxDumper > | driver | ) |
| Result Confdump::System::Linux::allBlockDevices | ( | shared_ptr< LinuxDumper > | driver | ) |
Definition at line 42 of file MoreElements.cpp.
References Confdump::Result::push_back().
Referenced by Confdump::System::LinuxDumper::LinuxDumper().
1.7.6.1