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::QueuedCaller ( )

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

§ ~QueuedCaller()

QueuedCaller::~QueuedCaller ( )
virtual

Member Function Documentation

§ callLater()

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

§ cancel()

void QueuedCaller::cancel ( )

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