#include <registerer.h>
|
| Any () |
|
template<typename ValueType > |
| Any (const ValueType &value) |
|
| Any (const Any &other) |
|
| ~Any () |
|
template<typename ValueType > |
ValueType * | AnyCast () |
|
◆ 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 |
◆ AnyCast()
template<typename ValueType >
ValueType* apollo::perception::lib::Any::AnyCast |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: