DeviceList Class

The DeviceList class is derived from vptr_list
which is an enhanced version an STL list. It holds pointers to DeviceController
objects. It owns these objects and will delete them when it is cleared or
destroyed.
Defined in: devices.hpp
and devices.cpp
Class Members
Data Members
Member Functions
public
DeviceList
(void)
Constructs a DeviceList object.
virtual ~DeviceList
(void)
Destructor of class DeviceList
DeviceList &
operator=
(const DeviceList & that)
Removes the existing elements and replaces them with copies the contents of
the specified DeviceList.
void clear
(void)
Removes all the elements in the list and deletes them,
|
| Copyright 2002-2007 Outerface Technologies, Inc. |