#include "ros/console.h"
#include <boost/thread.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <list>
#include <actionlib/destruction_guard.h>
Go to the source code of this file.
Classes | |
class | actionlib::ManagedList< T >::ElemDeleter |
class | actionlib::ManagedList< T >::Handle |
class | actionlib::ManagedList< T >::iterator |
class | actionlib::ManagedList< T > |
wrapper around an STL list to help with reference counting Provides handles elements in an STL list. When all the handles go out of scope, the element in the list is destroyed. More... | |
struct | actionlib::ManagedList< T >::TrackedElem |
Namespaces | |
namespace | actionlib |