#include <container_manager.h>
◆ ContainerManager()
apollo::prediction::ContainerManager::ContainerManager |
( |
| ) |
|
|
default |
◆ CreateContainer()
std::unique_ptr<Container> apollo::prediction::ContainerManager::CreateContainer |
( |
const common::adapter::AdapterConfig::MessageType & |
type | ) |
|
Create a container.
- Parameters
-
- Returns
- Container pointer
◆ FRIEND_TEST() [1/2]
apollo::prediction::ContainerManager::FRIEND_TEST |
( |
FeatureExtractorTest |
, |
|
|
junction |
|
|
) |
| |
◆ FRIEND_TEST() [2/2]
apollo::prediction::ContainerManager::FRIEND_TEST |
( |
ScenarioManagerTest |
, |
|
|
run |
|
|
) |
| |
◆ GetContainer()
template<typename T >
T* apollo::prediction::ContainerManager::GetContainer |
( |
const common::adapter::AdapterConfig::MessageType & |
type | ) |
|
|
inline |
Get mutable container.
- Parameters
-
- Returns
- Pointer to the container given the name
◆ Init()
void apollo::prediction::ContainerManager::Init |
( |
const common::adapter::AdapterManagerConfig & |
config | ) |
|
The documentation for this class was generated from the following file: