OpenSDN source code
|
#include <task_timer_map.h>
Public Member Functions | |
TimerMap () | |
~TimerMap () | |
Public Attributes | |
std::string | timer_name_ |
void * | timer_ |
Timer * | agent_timer_ |
Definition at line 8 of file task_timer_map.h.
|
inline |
Definition at line 10 of file task_timer_map.h.
|
inline |
Definition at line 11 of file task_timer_map.h.
Timer* TimerMap::agent_timer_ |
Definition at line 15 of file task_timer_map.h.
void* TimerMap::timer_ |
Definition at line 14 of file task_timer_map.h.
std::string TimerMap::timer_name_ |
Definition at line 13 of file task_timer_map.h.