Apollo
6.0
Open source self driving car software
|
#include <container.h>
Public Member Functions | |
Container ()=default | |
Constructor. More... | |
virtual | ~Container ()=default |
Destructor. More... | |
virtual void | Insert (const ::google::protobuf::Message &message)=0 |
Insert data into the container. More... | |
|
default |
Constructor.
|
virtualdefault |
Destructor.
|
pure virtual |
Insert data into the container.
Message | data in protobuf format |
Implemented in apollo::prediction::ObstaclesContainer, apollo::prediction::ADCTrajectoryContainer, apollo::prediction::StoryTellingContainer, and apollo::prediction::PoseContainer.