#include <tf_listener_singleton.h>
Static Public Member Functions | |
static void | destroy () |
static tf::TransformListener * | getInstance () |
Static Protected Attributes | |
static tf::TransformListener * | instance_ |
static boost::mutex | mutex_ |
Private Member Functions | |
TfListenerSingleton & | operator= (TfListenerSingleton const &) |
TfListenerSingleton (TfListenerSingleton const &) |
Definition at line 44 of file tf_listener_singleton.h.
jsk_recognition_utils::TfListenerSingleton::TfListenerSingleton | ( | TfListenerSingleton const & | ) | [inline, private] |
Definition at line 53 of file tf_listener_singleton.h.
void jsk_recognition_utils::TfListenerSingleton::destroy | ( | ) | [static] |
Definition at line 52 of file tf_listener_singleton.cpp.
Definition at line 42 of file tf_listener_singleton.cpp.
TfListenerSingleton& jsk_recognition_utils::TfListenerSingleton::operator= | ( | TfListenerSingleton const & | ) | [inline, private] |
Definition at line 54 of file tf_listener_singleton.h.
tf::TransformListener * jsk_recognition_utils::TfListenerSingleton::instance_ [static, protected] |
Definition at line 50 of file tf_listener_singleton.h.
boost::mutex jsk_recognition_utils::TfListenerSingleton::mutex_ [static, protected] |
Definition at line 51 of file tf_listener_singleton.h.