DeviceList
DeviceList::FindDevice(const char *name, void *device)
DeviceList::CountDevices(const char *baseName)
DeviceList::DeviceAt(int32 index)
DeviceList::PublishDevices()
DeviceList::_FreePublishList()
DeviceList::DeviceList()
DeviceList::~DeviceList()
DeviceList::AddDevice(const char *name, void *device)
DeviceList::RemoveDevice(const char *name, void *device)
class DeviceList {
DeviceList();
~DeviceList();
gDeviceList = new(std::nothrow) DeviceList();
DeviceList* gDeviceList = NULL;
gDeviceList = new(std::nothrow) DeviceList();
DeviceList *gDeviceList = NULL;
extern DeviceList *gDeviceList;
gDeviceList = new(std::nothrow) DeviceList();
DeviceList *gDeviceList = NULL;
extern DeviceList *gDeviceList;
DeviceList *gDeviceList = NULL;
gDeviceList = new(std::nothrow) DeviceList();
extern DeviceList *gDeviceList;
const DeviceList& Devices() const { return fDevices; }
DeviceList fDevices;
DeviceList::ConstIterator deviceIterator = Devices().GetIterator();
DeviceList::Iterator deviceIterator = fDevices.GetIterator();
DeviceList devices;
DeviceList::Iterator iterator = driver->devices.GetIterator();
new(&driver->devices) DeviceList;
DeviceList::Iterator deviceIterator = fDevices.GetIterator();
const DeviceList& Devices() const { return fDevices; }
DeviceList::ConstIterator deviceIterator = Devices().GetIterator();
DeviceList fDevices;
DeviceList::ConstIterator iterator = node->Devices().GetIterator();
DeviceList::ConstIterator iterator = node->Devices().GetIterator();