Apollo  6.0
Open source self driving car software
Public Types | Public Attributes | List of all members
FunctionInfo< T > Class Template Reference

#include <util.h>

Collaboration diagram for FunctionInfo< T >:
Collaboration graph

Public Types

typedef int(T::* Function) ()
 

Public Attributes

Function function_
 
std::string fun_name_
 

Member Typedef Documentation

◆ Function

template<typename T>
typedef int(T::* FunctionInfo< T >::Function) ()

Member Data Documentation

◆ fun_name_

template<typename T>
std::string FunctionInfo< T >::fun_name_

◆ function_

template<typename T>
Function FunctionInfo< T >::function_

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