#include <fesa-core/DataStore/AbstractDeviceFactory.h>
#include <fesa-core/DataStore/HeapFactory.h>
#include <fesa-core/DataStore/ShmFactory.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | fesa::DeviceFactory< GlobalDeviceType, DomainStoreType, DevInstType > |
This class is responsible for the instantiation of all the devices, global-device and domain-store. The DeviceFactory is designed as a bridge pattern to allow sub-classing of the class interface (this one) and the class implementation (DeviceFactoryImp) separately. More... | |
Namespaces | |
namespace | fesa |