EMANE
1.2.1
|
#include "layerfactory.h"
#include "phylayerfactory.h"
#include "emane/maclayerimpl.h"
#include "emane/phylayerimpl.h"
#include "emane/shimlayerimpl.h"
#include "emane/utils/factoryexception.h"
#include "emane/utils/singleton.h"
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
class | EMANE::LayerFactoryManager |
Factory Manager Singleton cache for LayerFactory objects. The manager creates and caches the factories and keeps them in scope for the duration of its lifecycle. More... | |
Namespaces | |
EMANE | |
Typedefs | |
using | EMANE::MACLayerFactory = LayerFactory< MACLayerImplementor > |
using | EMANE::ShimLayerFactory = LayerFactory< ShimLayerImplementor > |
using | EMANE::LayerFactoryManagerSingleton = LayerFactoryManager |