|
smartmontools SVN Rev 5716
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 833 of file dev_interface.h.
|
inline |
Definition at line 837 of file dev_interface.h.
|
inline |
Definition at line 840 of file dev_interface.h.
|
private |
|
inline |
Definition at line 881 of file dev_interface.h.
|
inline |
Definition at line 868 of file dev_interface.h.
|
inline |
Definition at line 871 of file dev_interface.h.
|
inline |
Definition at line 851 of file dev_interface.h.
|
private |
|
inline |
Definition at line 859 of file dev_interface.h.
|
inline |
Definition at line 862 of file dev_interface.h.
|
inline |
Definition at line 874 of file dev_interface.h.
|
inline |
Definition at line 847 of file dev_interface.h.
|
private |
Definition at line 894 of file dev_interface.h.