SFXProvider Class Reference#include <sfxProvider.h>
Constructor & Destructor Documentation
Member Function Documentation
This adds the provider to the provider list. It should be called from the concrete provider constructor if the provider was properly initialized and is available for device enumeration and creation.
Returns a specific provider by searching the provider list for the first provider with the case sensitive name.
Returns the first provider in the provider list. Use getNextProvider() to iterate over list.
Returns the next provider in the provider list or NULL when the end of the list is reached.
The case sensitive name of this provider.
Returns a read only vector with device information for all creatable devices available from this provider.
Friends And Related Function Documentation
Member Data Documentation
The head of the linked list of avalible providers.
The next provider in the linked list of available providers.
The provider name which is passed by the concrete provider class to the SFXProvider constructor.
The array of avaIlable devices from this provider. The concrete provider class will fill this on construction.
|