Choreonoid  1.5
Public Member Functions | List of all members
cnoid::QueuedCaller Class Reference

#include <LazyCaller.h>

Public Member Functions

 QueuedCaller ()
 
virtual ~QueuedCaller ()
 
void callLater (const boost::function< void()> &function, int priority=LazyCaller::PRIORITY_NORMAL)
 
void cancel ()
 

Constructor & Destructor Documentation

QueuedCaller::QueuedCaller ( )

All the queued functions that have not been executed are canceled in the destructor.

QueuedCaller::~QueuedCaller ( )
virtual

Member Function Documentation

void QueuedCaller::callLater ( const boost::function< void()> &  function,
int  priority = LazyCaller::PRIORITY_NORMAL 
)
void QueuedCaller::cancel ( )

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