Apollo  6.0
Open source self driving car software
Classes | Public Member Functions | List of all members
apollo::perception::lib::Any Class Reference

#include <registerer.h>

Collaboration diagram for apollo::perception::lib::Any:
Collaboration graph

Public Member Functions

 Any ()
 
template<typename ValueType >
 Any (const ValueType &value)
 
 Any (const Any &other)
 
 ~Any ()
 
template<typename ValueType >
ValueType * AnyCast ()
 

Constructor & Destructor Documentation

◆ Any() [1/3]

apollo::perception::lib::Any::Any ( )
inline

◆ Any() [2/3]

template<typename ValueType >
apollo::perception::lib::Any::Any ( const ValueType &  value)
inlineexplicit

◆ Any() [3/3]

apollo::perception::lib::Any::Any ( const Any other)
inline

◆ ~Any()

apollo::perception::lib::Any::~Any ( )
inline

Member Function Documentation

◆ AnyCast()

template<typename ValueType >
ValueType* apollo::perception::lib::Any::AnyCast ( )
inline

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