ELinks 0.16.1.1
timer.h File Reference
#include <map>
Include dependency graph for timer.h:

Functions

void add_to_map_timer (struct timer *timer)
void del_from_map_timer (struct timer *timer)
bool found_in_map_timer (struct timer *timer)

Variables

std::map< struct timer *, bool > map_timer

Function Documentation

◆ add_to_map_timer()

void add_to_map_timer ( struct timer * timer)
inline

◆ del_from_map_timer()

void del_from_map_timer ( struct timer * timer)
inline

◆ found_in_map_timer()

bool found_in_map_timer ( struct timer * timer)
inline

Variable Documentation

◆ map_timer

std::map<struct timer *, bool> map_timer
extern