Apollo  6.0
Open source self driving car software
Classes | Namespaces
factory.h File Reference

Defines the Factory class. More...

#include <map>
#include <memory>
#include <utility>
#include "cyber/common/macros.h"
#include "cyber/common/log.h"
Include dependency graph for factory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  apollo::common::util::Factory< IdentifierType, AbstractProduct, ProductCreator, MapContainer >
 Implements a Factory design pattern with Register and Create methods. More...
 

Namespaces

 apollo::common::util
 apollo::common::util
 
 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 
 apollo::common
 apollo::common
 

Detailed Description

Defines the Factory class.