OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
timer.h File Reference
#include <tbb/mutex.h>
#include <boost/asio/placeholders.hpp>
#include <boost/bind.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/function.hpp>
#include <boost/asio.hpp>
#include <boost/system/error_code.hpp>
#include <set>
#include <base/task.h>
Include dependency graph for timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Timer
 
class  TimerManager
 
struct  TimerManager::TimerPtrCmp
 

Functions

void intrusive_ptr_add_ref (Timer *timer)
 
void intrusive_ptr_release (Timer *timer)
 

Function Documentation

void intrusive_ptr_add_ref ( Timer timer)
inline

Definition at line 177 of file timer.h.

void intrusive_ptr_release ( Timer timer)
inline

Definition at line 181 of file timer.h.