Table of Contents

 
RemoveTimer
 

Purpose

Removes a timer from the manager

 

Protoype

void CTimerMngr::RemoveTimer (string str_timer)
 

Parameters

timer the ID of the timer to remove
 

Description

This function removes a single given timer from the manager.

 

Use

CTimerMngr timer;
timer.RemoveTimer("my_timer");
 

Prev: RemoveAll