#include <simple_gc.h>
Definition at line 84 of file simple_gc.h.
◆ DeleteFunc
typedef void(* rosrt::detail::SimpleGC::DeleteFunc) (void *pool) |
◆ IsDeletableFunc
typedef bool(* rosrt::detail::SimpleGC::IsDeletableFunc) (void *pool) |
◆ SimpleGC()
rosrt::detail::SimpleGC::SimpleGC |
( |
const InitOptions & |
ops | ) |
|
◆ ~SimpleGC()
rosrt::detail::SimpleGC::~SimpleGC |
( |
| ) |
|
◆ add()
◆ gcThread()
void rosrt::detail::SimpleGC::gcThread |
( |
| ) |
|
|
private |
◆ period_
float rosrt::detail::SimpleGC::period_ |
|
private |
◆ pool_gc_queue_
◆ pool_gc_thread_
boost::thread rosrt::detail::SimpleGC::pool_gc_thread_ |
|
private |
◆ running_
volatile bool rosrt::detail::SimpleGC::running_ |
|
private |
The documentation for this class was generated from the following files: