Apollo  6.0
Open source self driving car software
Public Member Functions | List of all members
apollo::prediction::Container Class Referenceabstract

#include <container.h>

Inheritance diagram for apollo::prediction::Container:
Inheritance graph
Collaboration diagram for apollo::prediction::Container:
Collaboration graph

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...
 

Constructor & Destructor Documentation

◆ Container()

apollo::prediction::Container::Container ( )
default

Constructor.

◆ ~Container()

virtual apollo::prediction::Container::~Container ( )
virtualdefault

Destructor.

Member Function Documentation

◆ Insert()

virtual void apollo::prediction::Container::Insert ( const ::google::protobuf::Message &  message)
pure virtual

The documentation for this class was generated from the following file: