#include <bag_player.h>

Public Types | |
| typedef boost::function< void(const boost::shared_ptr< const T > &)> | Callback |
Public Member Functions | |
| BagCallbackT (Callback cb) | |
| void | call (MessageInstance m) |
Private Attributes | |
| Callback | cb_ |
Definition at line 56 of file bag_player.h.
| typedef boost::function<void (const boost::shared_ptr<const T>&)> rosbag::BagCallbackT< T >::Callback |
Definition at line 59 of file bag_player.h.
| rosbag::BagCallbackT< T >::BagCallbackT | ( | Callback | cb | ) | [inline] |
Definition at line 61 of file bag_player.h.
| void rosbag::BagCallbackT< T >::call | ( | MessageInstance | m | ) | [inline, virtual] |
Implements rosbag::BagCallback.
Definition at line 65 of file bag_player.h.
Callback rosbag::BagCallbackT< T >::cb_ [private] |
Definition at line 70 of file bag_player.h.