getFactories method

Map<String, FactoryFunc> getFactories()

Implementation

Map<String, FactoryFunc> getFactories()
{
  return _factories;
}