smartmontools SVN Rev 5407
Utility to control and monitor storage systems with "S.M.A.R.T."
|
List of devices for DEVICESCAN. More...
#include <dev_interface.h>
Public Member Functions | |
smart_device_list () | |
~smart_device_list () | |
unsigned | size () const |
void | clear () |
void | push_back (smart_device *dev) |
void | push_back (smart_device_auto_ptr &dev) |
smart_device * | at (unsigned i) |
const smart_device * | at (unsigned i) const |
smart_device * | release (unsigned i) |
void | append (smart_device_list &devlist) |
Private Member Functions | |
smart_device_list (const smart_device_list &) | |
void | operator= (const smart_device_list &) |
Private Attributes | |
std::vector< smart_device * > | m_list |
List of devices for DEVICESCAN.
Definition at line 811 of file dev_interface.h.
|
inline |
Definition at line 815 of file dev_interface.h.
|
inline |
Definition at line 818 of file dev_interface.h.
|
private |
|
inline |
Definition at line 859 of file dev_interface.h.
|
inline |
Definition at line 846 of file dev_interface.h.
|
inline |
Definition at line 849 of file dev_interface.h.
|
inline |
Definition at line 829 of file dev_interface.h.
|
private |
|
inline |
Definition at line 837 of file dev_interface.h.
|
inline |
Definition at line 840 of file dev_interface.h.
|
inline |
Definition at line 852 of file dev_interface.h.
|
inline |
Definition at line 825 of file dev_interface.h.
|
private |
Definition at line 872 of file dev_interface.h.